See Also

Enumerations

Name Values
Sizings FullWidthAndHeight
FullWidthCenterVertically
FullHeightCenterHorizontally
Middle

Constants

Name Type Value
AlignCenter Integer 1
AlignLeft Integer 0
AlignRight Integer 2

Events

Definition Description
This class exposes no events.

Methods

Definition Description
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

Name Type Default Value Description
Alignment Integer AlignLeft The justification of the column's contents.
CanResize Boolean True Allows the column to be resized by the user.
CanSort Boolean True Allows the column to be sorted by the user.
ControlSizing GraffitiGridColumn.Sizings FullWidthAndHeight Determines how controls embedded within the row are sized.
ID READ-ONLY String “” Identifier used to tie columns and row cells together.
OverrideWidth Integer -1 Used to override width calculations.
SortDirection Integer GraffitiGrid.SortAscending Directions in which to sort column values.
Title String “” Header text.
Width String “” Width of the column. Valid values:
100
10%
flex

Examples

There are currently no examples for this class.