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.
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.
FixedStyleProperty static Identifies the GridColumn.FixedStyle bindable property.
FontAttributesProperty static Identifies the FontAttributes dependency property.
FontColorProperty static Identifies the FontColor dependency property.
FontFamilyProperty static Identifies the FontFamily dependency property.
FontSizeProperty static Identifies the FontSize dependency 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.
PaddingProperty static Identifies the Padding dependency property.
RowProperty static
RowSpanProperty static Identifies the RowSpan 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.
TextDecorationsProperty static Identifies the TextDecorations dependency 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