GridColumn Fields
An abstract class that serves as the base class for grid columns.Name | Description |
---|---|
AllowAutoFilterProperty static | Identifies the AllowAutoFilter bindable property. |
AllowExportProperty static | Identifies the AllowExport bindable property. |
AllowSortProperty static | Identifies the AllowSort bindable property. |
AutoFilterConditionProperty static | Identifies the AutoFilterCondition bindable property. |
AutoFilterValueProperty static | Identifies the AutoFilterValue bindable property. |
BackgroundColorProperty static | Identifies the BackgroundColor bindable property. |
BindingContextProperty static | Bindable property for BindingContext. Inherited from BindableObject. |
CaptionProperty static | Identifies the Caption bindable property. |
ColumnProperty static | Identifies the Column bindable property. |
ColumnSpanProperty static | Identifies the ColumnSpan bindable property. |
DisplayFormatProperty static | Identifies the DisplayFormat bindable property. |
EditFormCaptionProperty static | Identifies the EditFormCaption bindable property. |
EnableImmediatePostingProperty static | Identifies the EnableImmediatePosting bindable property. |
ExportCellAppearanceProperty static | Identifies the ExportCellAppearance bindable property. |
ExportColumnHeaderAppearanceProperty static | Identifies the ExportColumnHeaderAppearance bindable property. |
ExportMaxWidthProperty static | Identifies the ExportMaxWidth bindable property. |
ExportMinWidthProperty static | Identifies the ExportMinWidth bindable property. |
ExportTotalSummaryAppearanceProperty static | Identifies the ExportTotalSummaryAppearance bindable property. |
ExportWidthProperty static | Identifies the ExportWidth bindable property. |
FieldNameProperty static | Identifies the FieldName bindable property. |
FilterModeProperty static | Identifies the FilterMode bindable property. |
FixedStyleProperty static | Identifies the FixedStyle bindable property. |
GroupCaptionDisplayFormatProperty static | Identifies the GroupCaptionDisplayFormat bindable property. |
GroupCaptionTemplateProperty static | Identifies the GroupCaptionTemplate bindable property. |
GroupIntervalProperty static | Identifies the GroupInterval bindable property. |
HeaderBackgroundColorProperty static | Identifies the HeaderBackgroundColor bindable property. |
HeaderBorderColorProperty static | Identifies the HeaderBorderColor bindable property. |
HeaderBottomBorderColorProperty static | Identifies the HeaderBottomBorderColor bindable property. |
HeaderCaptionLineBreakModeProperty static | Identifies the HeaderCaptionLineBreakMode bindable property. |
HeaderContentTemplateProperty static | Identifies the HeaderContentTemplate bindable property. |
HeaderFontAttributesProperty static | Identifies the HeaderFontAttributes bindable property. |
HeaderFontColorProperty static | Identifies the HeaderFontColor bindable property. |
HeaderFontFamilyProperty static | Identifies the HeaderFontFamily bindable property. |
HeaderFontSizeProperty static | Identifies the HeaderFontSize bindable property. |
HeaderPaddingProperty static | Identifies the HeaderPadding bindable property. |
HeaderTextDecorationsProperty static | Identifies the HeaderTextDecorations bindable property. |
HorizontalContentAlignmentProperty static | Identifies the HorizontalContentAlignment bindable property. |
HorizontalHeaderAlignmentProperty static | Identifies the HorizontalHeaderAlignment bindable property. |
ImmediateUpdateAutoFilterProperty static | Identifies the ImmediateUpdateAutoFilter bindable property. |
IsGroupedProperty static | Identifies the IsGrouped bindable property. |
IsReadOnlyProperty static | Identifies the IsReadOnly bindable property. |
IsVisibleProperty static | Identifies the IsVisible bindable property. |
MaxWidthProperty static | Identifies the MaxWidth bindable property. |
MinWidthProperty static | Identifies the MinWidth bindable property. |
PaddingProperty static | Identifies the Padding bindable property. |
RowProperty static | Identifies the Row bindable property. |
RowSpanProperty static | Identifies the RowSpan bindable property. |
ShowFilterIconProperty static | Identifies the ShowFilterIcon bindable property. |
SortIndexProperty static | Identifies the SortIndex bindable property. |
SortModeProperty static | Identifies the SortMode bindable property. |
SortOrderProperty static | Identifies the SortOrder bindable property. |
TotalSummaryTemplateProperty static | Identifies the TotalSummaryTemplate bindable property. |
UnboundExpressionProperty static | Identifies the UnboundExpression bindable property. |
UnboundTypeProperty static | Identifies the UnboundType bindable property. |
VerticalContentAlignmentProperty static | Identifies the VerticalContentAlignment bindable property. |
WidthProperty static | Identifies the Width bindable property. |
See Also