GridColumn Fields
An abstract class that serves as the base class for grid columns.Name | Description |
---|---|
ActualWidthProperty static | Identifies the GridColumn.ActualWidth bindable property. |
AllowAutoFilterProperty static | Identifies the GridColumn.AllowAutoFilter bindable property. |
AllowGroupProperty static | Identifies the GridColumn.AllowGroup bindable property. |
AllowSortProperty static | Identifies the GridColumn.AllowSort bindable property. |
AutoFilterConditionProperty static | Identifies the GridColumn.AutoFilterCondition bindable property. |
AutoFilterValueProperty static | Identifies the GridColumn.AutoFilterValue bindable property. |
CaptionProperty static | Identifies the GridColumn.Caption bindable property. |
ColumnFilterModeProperty static | Identifies the GridColumn.ColumnFilterMode bindable property. |
ContentAlignmentProperty static | Identifies the GridColumn.ContentAlignment bindable property. |
DisplayFormatProperty static | Identifies the GridColumn.DisplayFormat bindable property. |
FieldNameProperty static | Identifies the GridColumn.FieldName bindable property. |
FixedStyleProperty static | Identifies the GridColumn.FixedStyle bindable property. |
GroupIntervalProperty static | Identifies the GridColumn.GroupInterval bindable property. |
HeaderTemplateProperty static | Identifies the GridColumn.HeaderTemplate bindable property. |
ImmediateUpdateAutoFilterProperty static | Identifies the GridColumn.ImmediateUpdateAutoFilter 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. |
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. |
UnboundExpressionProperty static | Identifies the GridColumn.UnboundExpression bindable property. |
UnboundTypeProperty static | Identifies the GridColumn.UnboundType bindable property. |
WidthProperty static | Identifies the GridColumn.Width bindable property. |
See Also