Skip to main content
A newer version of this page is available. .

GridColumn Fields

An abstract class that serves as the base class for grid columns.
Name Description
AllowSortProperty static Identifies the GridColumn.AllowSort bindable property.
CaptionProperty static Identifies the GridColumn.Caption bindable property.
DisplayFormatProperty static Identifies the GridColumn.DisplayFormat bindable property.
EditFormCaptionProperty static Identifies the GridColumn.EditFormCaption bindable property.
FieldNameProperty static Identifies the GridColumn.FieldName bindable property.
FixedStyleProperty static Identifies the GridColumn.FixedStyle bindable property.
GroupCaptionDisplayFormatProperty static Identifies the GridColumn.GroupCaptionDisplayFormat bindable property.
GroupCaptionTemplateProperty static Identifies the GridColumn.GroupCaptionTemplate bindable property.
GroupIntervalProperty static Identifies the GridColumn.GroupInterval bindable property.
HeaderCaptionLineBreakModeProperty static Identifies the GridColumn.HeaderCaptionLineBreakMode bindable property.
HeaderContentTemplateProperty static Identifies the GridColumn.HeaderContentTemplate bindable property.
HorizontalContentAlignmentProperty static Identifies the GridColumn.HorizontalContentAlignment bindable property.
IsGroupedProperty static Identifies the GridColumn.IsGrouped bindable property.
IsReadOnlyProperty static Identifies the GridColumn.IsReadOnly bindable property.
IsVisibleProperty static Identifies the GridColumn.IsVisible bindable property.
MaxWidthProperty static Identifies the GridColumn.MaxWidth bindable property.
MinWidthProperty static Identifies the GridColumn.MinWidth bindable property.
SortIndexProperty static Identifies the GridColumn.SortIndex bindable property.
SortModeProperty static Identifies the GridColumn.SortMode bindable property.
SortOrderProperty static Identifies the GridColumn.SortOrder bindable property.
TotalSummaryTemplateProperty static Identifies the GridColumn.TotalSummaryTemplate bindable property.
UnboundExpressionProperty static Identifies the GridColumn.UnboundExpression bindable property.
UnboundTypeProperty static Identifies the GridColumn.UnboundType bindable property.
VerticalContentAlignmentProperty static Identifies the GridColumn.VerticalContentAlignment bindable property.
WidthProperty static Identifies the GridColumn.Width bindable property.
See Also