GraffitiGridColumn

Enumerations #

NameValues
SizingsFullWidthAndHeight
FullWidthCenterVertically
FullHeightCenterHorizontally
Middle
SortDirectionsUnsorted
Ascending
Descending

Constants #

NameTypeValue
AlignCenterInteger1
AlignLeftInteger0
AlignRightInteger2

Events #

DefinitionDescription
 This class exposes no events.

Methods #

DefinitionDescription
Constructor( ColID as String, ColTitle as String, ColWidth as Integer )Creates an instance of the class with the parameters as property values.
Constructor( ColID as String, ColTitle as String, ColWidth as String )

Properties #

NameTypeDefault ValueDescription
AlignmentIntegerAlignLeftThe justification of the column’s contents.
CanResizeBooleanTrueAllows the column to be resized by the user.
CanSortBooleanTrueAllows the column to be sorted by the user.
ControlSizingGraffitiGridColumn.SizingsFullWidthAndHeightDetermines how controls embedded within the row are sized.
ID READ-ONLYString“”Identifier used to tie columns and row cells together.
OverrideWidthInteger-1Used to override width calculations.
SortDirectionIntegerGraffitiGrid.SortAscendingDirections in which to sort column values.
TitleString“”Header text.
WidthString“”Width of the column. Valid values:
100
10%
flex

Examples #

There are currently no examples for this class.