Skip to main content

GridColumn Fields

An abstract class that serves as the base class for grid columns.
Name Description
AllowAutoFilterProperty static Identifies the AllowAutoFilter dependency property.
AllowSortProperty static Identifies the GridColumn.AllowSort bindable property.
AutoFilterConditionProperty static Identifies the AutoFilterCondition dependency property.
AutoFilterValueProperty static Identifies the AutoFilterValue dependency property.
BackgroundColorProperty static Identifies the BackgroundColor dependency property.
CaptionProperty static Identifies the GridColumn.Caption bindable property.
ColumnProperty static Identifies the Column dependency property.
ColumnSpanProperty static Identifies the ColumnSpan dependency 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.
FilterModeProperty static Identifies the FilterMode dependency 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.
HeaderBackgroundColorProperty static Identifies the HeaderBackgroundColor dependency property.
HeaderCaptionLineBreakModeProperty static Identifies the GridColumn.HeaderCaptionLineBreakMode bindable property.
HeaderContentTemplateProperty static Identifies the GridColumn.HeaderContentTemplate bindable property.
HeaderFontAttributesProperty static Identifies the HeaderFontAttributes dependency property.
HeaderFontColorProperty static Identifies the HeaderFontColor dependency property.
HeaderFontFamilyProperty static Identifies the HeaderFontFamily dependency property.
HeaderFontSizeProperty static Identifies the HeaderFontSize dependency property.
HeaderPaddingProperty static Identifies the HeaderPadding dependency property.
HeaderTextDecorationsProperty static Identifies the HeaderTextDecorations dependency property.
HorizontalContentAlignmentProperty static Identifies the GridColumn.HorizontalContentAlignment bindable property.
ImmediateUpdateAutoFilterProperty static Identifies the ImmediateUpdateAutoFilter dependency 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.
PaddingProperty static Identifies the Padding dependency property.
RowProperty static
RowSpanProperty static Identifies the RowSpan dependency property.
ShowFilterIconProperty static Identifies the ShowFilterIcon dependency 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