Skip to main content
Tag

ColumnBase Properties

Serves as a base for classes that represent columns or card fields.
Name Description
ActualAdditionalRowDataWidth For internal use only.
ActualAllowAutoFilter Gets whether an end-user can filter data by the column’s values using the automatic filter row. This is a dependency property.
ActualAllowAutoFilterClearButton Gets whether the clear button is displayed in the Automatic Filter Row. This is a dependency property.
ActualAllowColumnFiltering Gets whether an end-user can filter data using the column’s Drop-down Filter. This is a dependency property.
ActualAllowFilterEditor Gets whether end-users can invoke the Filter Editor to build complex filter criteria. This is a dependency property.
ActualAllowMoving Gets whether an end-user is allowed to move this column by dragging its header. This is a dependency property. Inherited from BaseColumn.
ActualAllowResizing Gets whether an end-user can resize this column. This is a dependency property. Inherited from BaseColumn.
ActualAllowSorting Gets whether an end-user can sort data by the column’s values. This is a dependency property.
ActualAutoFilterRowCellStyle Gets the actual style applied to the column’s cell displayed within the Auto Filter Row.
ActualBandCellLeftSeparatorColor Gets an actual color of the left band separator. This is a dependency property. Inherited from BaseColumn.
ActualBandCellRightSeparatorColor Gets an actual color of the right band separator. This is a dependency property. Inherited from BaseColumn.
ActualBandHeaderLeftSeparatorColor Gets an actual color of the band header’s left separator. This is a dependency property. Inherited from BaseColumn.
ActualBandHeaderRightSeparatorColor Gets an actual color of the band header’s right separator. This is a dependency property. Inherited from BaseColumn.
ActualBandLeftSeparatorWidth Gets the actual width of the band’s left separator. This is a dependency property. Inherited from BaseColumn.
ActualBandRightSeparatorWidth Gets the actual width of the band’s right separator. This is a dependency property. Inherited from BaseColumn.
ActualCellStyle Gets the actual style applied to column cells. This is a dependency property.
ActualCellTemplateSelector Gets the actual template selector that chooses a cell template based on custom logic. This is a dependency property.
ActualCellToolTipTemplate Gets the actual cell tooltip template applied to the current column. This is a dependency property. Inherited from BaseColumn.
ActualColumnChooserHeaderCaption Gets the column’s caption when its header is displayed within the Column Chooser. This is a dependency property.
ActualColumnHeaderContentStyle Gets the actual style applied to the column header’s contents. This is a dependency property.
ActualDataWidth This member supports the internal infrastructure and is not intended to be used directly from your code.
ActualEditSettings Gets the actual edit settings used by the grid to create an inplace editor for the column. This is a dependency property.
ActualHeaderCustomizationAreaTemplateSelector Gets the actual template selector that chooses a template which defines the presentation of the customization area displayed within the column’s header based on custom logic. This is a dependency property.
ActualHeaderStyle Gets an actual style applied to the column’s header. This is a dependency property. Inherited from BaseColumn.
ActualHeaderTemplateSelector Gets the actual template selector that chooses a header template based on custom logic. This is a dependency property. Inherited from BaseColumn.
ActualHeaderToolTipTemplate Gets the actual template that defines the tooltip’s presentation. This is a dependency property. Inherited from BaseColumn.
ActualHeaderWidth Gets the column header’s width. This is a dependency property. Inherited from BaseColumn.
ActualNewItemRowCellStyle Gets the actual style applied to the column’s cell displayed within the New Item Row.
ActualPrintCellStyle Gets the actual style applied to printed column cells. This is a dependency property.
ActualPrintColumnHeaderStyle Gets the actual style applied to the column header’s contents when the grid is printed. This is a dependency property.
ActualPrintTotalSummaryStyle Gets the actual style of total summary items displayed within this column, when the grid is printed. This is a dependency property.
ActualShowCheckBoxInHeader Gets whether the column header’s check-box is currently displayed.
ActualShowCriteriaInAutoFilterRow Gets whether an end-user can access the filter criteria selector for the current column. This is a dependency property.
ActualShowValidationAttributeErrors Gets whether error icons can be displayed within column cells that fail validation specified by the Data Annotations attribute(s). This is a dependency property.
ActualTotalSummaryContentStyle Gets the actual style of total summary items displayed within this column. This is a dependency property.
ActualWidth Gets the column’s width. This is a dependency property. Inherited from BaseColumn.
AllowAutoFilter Gets or sets whether an end-user can filter data by the column’s values using the automatic filter row. This is a dependency property.
AllowBestFit Gets or sets whether it is allowed to calculate an optimal width and apply it to the column. Inherited from BaseColumn.
AllowCellMerge Gets or sets whether to enable the Cell Merging feature for the column. This is a dependency property.
AllowColumnFiltering Gets or sets whether a user can filter data by the column. This is a dependency property.
AllowConditionalFormattingMenu Gets or sets whether to enable the conditional formatting menu for the column. This is a dependency property.
AllowDrop Overrides the AllowDrop property to hide it. Inherited from DXFrameworkContentElement.
AllowedAnyOfFilters Gets or sets any of filters that the GridControl‘s column supports.
AllowedBetweenFilters Gets or sets between filters that the GridControl‘s column supports.
AllowedBinaryFilters Gets or sets binary filters that the GridControl‘s column supports.
AllowedDataAnalysisFilters Gets or sets data analysis filters that the GridControl‘s column supports.
AllowedDateTimeFilters Gets or sets date-time filters that the GridControl‘s column supports.
AllowedFormatConditionFilters Gets or sets whether the GridControl‘s column supports conditional formatting filters.
AllowEditing Gets or sets whether users can edit column values. This is a dependency property.
AllowedSortOrders Gets or sets allowed sorting orders that the GridControl‘s column supports.
AllowedTotalSummaries Gets or sets possible total summaries that the GridControl supports.
AllowedUnaryFilters Gets or sets unary filters that the GridControl‘s column supports.
AllowFocus Gets or sets whether the column can be focused. This is a dependency property.
AllowIncrementalSearch Gets or sets whether incremental searches can be performed on the column.
AllowMoving Gets or sets whether an end-user is allowed to move this column by dragging its header. This is a dependency property. Inherited from BaseColumn.
AllowPrinting Gets or sets whether to display the column in the printed/exported document. This is a dependency property. Inherited from BaseColumn.
AllowResizing Gets or sets whether an end user can resize this column. This is a dependency property. Inherited from BaseColumn.
AllowSearchHeaderHighlighting This property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseColumn.
AllowSearchPanel Gets or sets whether the column data is taken into account when searching via the Search Panel. This is a dependency property.
AllowSorting Gets or sets whether an end-user can sort data by the column’s values. This is a dependency property.
AllowUnboundExpressionEditor Gets or sets whether an end-user can open the Expression Editor for the current unbound column, using a context menu.
AreAnyTouchesCaptured Gets a value that indicates whether at least one touch is captured to this element. Inherited from ContentElement.
AreAnyTouchesCapturedWithin Gets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree. Inherited from ContentElement.
AreAnyTouchesDirectlyOver Gets a value that indicates whether at least one touch is pressed over this element. Inherited from ContentElement.
AreAnyTouchesOver Gets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree. Inherited from ContentElement.
AutoFilterCondition Gets or sets the type of the comparison operator used to create filter conditions for the current column using the Automatic Filter Row. This is a dependency property.
AutoFilterCriteria Gets or sets the type of the filter criteria used to filter the grid data.
AutoFilterHeaderState
AutoFilterRowCellStyle Gets or sets the style applied to the Automatic Filter Row‘s cell. This is a dependency property.
AutoFilterRowDisplayTemplate Gets or sets a template that displays a column’s value within the Automatic Filter Row. This is a dependency property.
AutoFilterRowEditTemplate Gets or sets the BaseEdit.EditTemplate for an Automatic Filter Row cell editor. This is a dependency property.
AutoFilterValue Gets or sets the value in the Automatic Filter Row for this column. This is a dependency property.
BestFitArea Gets or sets which interface elements are taken into account when calculating the column’s optimal width.
BestFitMaxRowCount Gets or sets the number of cells taken into account when calculating the optimal width required for the column to completely display its contents.
BestFitMode Gets or sets how to calculate the optimal width required for this column to completely display its contents.
BestFitModeOnSourceChange Gets or sets how to calculate the optimal width required for this column to completely display its contents when the grid’s ItemsSource is changed.
BestFitWidth Gets or sets the column’s width when the Best Fit feature is applied to this column. Inherited from BaseColumn.
Binding Gets or sets the binding that associates the column with a property in the data source.
BindingGroup Overrides the BindingGroup property, to hide it. Inherited from DXFrameworkContentElement.
CellDisplayTemplate Gets or sets a template that displays column values. This is a dependency property.
CellDisplayTemplateSelector Gets or sets an object that chooses a cell display template based on custom logic. This is a dependency property.
CellEditTemplate Gets or sets a template that displays a custom editor used to edit column values. This is a dependency property.
CellEditTemplateSelector Gets or sets an object that chooses a cell edit template based on custom logic. This is a dependency property.
CellStyle Gets or sets the style of cells displayed within this column. This is a dependency property.
CellTemplate Gets or sets the template that defines the contents of a column cell. This is a dependency property.
CellTemplateSelector Gets or sets an object that chooses a cell template based on custom logic. This is a dependency property.
CellToolTipBinding Gets or sets the binding that associates the cell tooltip with a property in the data source. Inherited from BaseColumn.
CellToolTipTemplate Gets or sets the template that defines the cell tooltips‘s appearance. This is a dependency property. Inherited from BaseColumn.
ColumnChooserHeaderCaption Gets or sets the column’s caption when its header is displayed within the Column Chooser. This is a dependency property.
ColumnFilterMode Gets or sets how column values are filtered. This is a dependency property.
ColumnFilterPopupMaxRecordsCount Gets or sets the maximum number of unique column values displayed within the column’s filter dropdown. This is a dependency property.
ColumnHeaderContentStyle Gets or sets the style of the text within the column header. This is a dependency property.
ColumnPosition This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. Inherited from BaseColumn.
CommandBindings Overrides the CommandBindings property to hide it. Inherited from DXFrameworkContentElement.
Commands Provides access to column commands.
ContextMenu Overrides the ContextMenu property to hide it. Inherited from DXFrameworkContentElement.
CopyValueAsDisplayText Gets or sets whether to pass text formatted by the grid or values from the data source to the buffer when copying. This is a dependency property.
Cursor Overrides the Cursor property to hide it. Inherited from DXFrameworkContentElement.
CustomColumnFilterPopupTemplate Gets or sets the template that defines the presentation of the column’s Drop-down Filter. This is a dependency property.
DataContext Gets or sets the data context for an element when it participates in data binding. Inherited from FrameworkContentElement.
DefaultSortOrder Gets or sets the initial sort order.
DefaultStyleKey protected Gets or sets the key to use to find the style template for this control in themes. Inherited from FrameworkContentElement.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DesignTimeActualEditSettings
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
DisplayMemberBinding Obsolete. Gets or sets the binding that associates the column with a property in the data source.
DisplayTemplate Gets or sets a template that displays column values. This is a dependency property.
EditFormCaption Specifies the caption of the editor associated with the current column in the edit form. This is a dependency property.
EditFormColumnSpan Gets or sets the number of inline edit form columns that the current column’s editor spans. This is a dependency property.
EditFormRowSpan Gets or sets the number of inline edit form rows that the current column’s editor spans. This is a dependency property.
EditFormStartNewRow Specifies whether the current column’s editor should be placed on a new row within the inline edit form. This is a dependency property.
EditFormTemplate Gets or sets a template of the editor associated with the current column in the edit form.
EditFormVisible Gets or sets whether the Edit Form displays the editor associated with the column. This is a dependency property.
EditFormVisibleIndex Gets or sets the editor’s position among the visible editors in the edit form. This is a dependency property.
EditSettings Gets or sets an object that contains the column editor’s settings. This is a dependency property.
EditTemplate Gets or sets a template that displays a custom editor used to edit column values. This is a dependency property.
FieldName Gets or sets the name of the database field assigned to this column. This is a dependency property.
FieldType Gets the type of data displayed by the column.
FilterEditorHeaderTemplate Gets or sets the template that defines the appearance of the column header displayed in the Filter Editor and Filter Panel. This is a dependency property.
FilterPopupGroupFields Gets or sets names of the fields by which filter values are grouped in the column’s drop-down filter. These names should be separated by comma, semicolon, or space. The order of field names determines the hierarchy in the group.
FilterPopupMode Gets or sets the display mode of the column’s Drop-Down Filter. This is a dependency property.
Fixed Gets or sets whether the column/band is fixed. This is a dependency property. Inherited from BaseColumn.
FixedWidth Gets or sets whether the column’s width remains the same when the auto column width feature is enabled. This is a dependency property. Inherited from BaseColumn.
Focusable Overrides the Focusable property to hide it. Inherited from DXFrameworkContentElement.
FocusVisualStyle Overrides the FocusVisualStyle property to hide it. Inherited from DXFrameworkContentElement.
ForceCursor Overrides the ForceCursor property to hide it. Inherited from DXFrameworkContentElement.
GridRow This property supports the internal infrastructure and is not intended to be used directly from your code.
HasAnimatedProperties Overrides the HasAnimatedProperties property to hide it. Inherited from DXFrameworkContentElement.
HasBottomElement This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseColumn.
HasLeftSibling Indicates whether the current column has a sibling column displayed on its left. This is a dependency property. Inherited from BaseColumn.
HasRightSibling Indicates whether the current column has a sibling column displayed on its right. This is a dependency property. Inherited from BaseColumn.
HasTopElement This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseColumn.
HasTotalSummaries Gets whether the column displays total summaries. This is a dependency property.
Header Gets or sets the column header’s content. This is a dependency property. Inherited from BaseColumn.
HeaderCaption Gets the column header’s caption. This is a dependency property. Inherited from BaseColumn.
HeaderCustomizationAreaTemplate Gets or sets the template that defines the presentation of the customization area displayed within the column’s header. This is a dependency property.
HeaderCustomizationAreaTemplateSelector Gets or sets an object that chooses a template based on custom logic. This is a dependency property.
HeaderImageStyle Gets or sets the column header image style. This is a dependency property. Inherited from BaseColumn.
HeaderStyle Gets or sets a style applied to the column’s header. This is a dependency property. Inherited from BaseColumn.
HeaderTemplate Gets or sets the template that defines the column header’s presentation. This is a dependency property. Inherited from BaseColumn.
HeaderTemplateSelector Gets or sets an object that chooses a column header template based on custom logic. This is a dependency property. Inherited from BaseColumn.
HeaderToolTip Gets or sets the column header’s tooltip. This is a dependency property. Inherited from BaseColumn.
HeaderToolTipTemplate Gets or sets the template that defines the tooltip’s presentation. This is a dependency property. Inherited from BaseColumn.
HorizontalHeaderContentAlignment Gets or sets the column header’s content alignment. This is a dependency property. Inherited from BaseColumn.
Image Gets or sets the column header’s image. This is a dependency property. Inherited from BaseColumn.
ImageAlignment Gets or sets image’s alignment. This is a dependency property. Inherited from BaseColumn.
ImmediateUpdateAutoFilter Gets or sets whether the column’s filter condition is updated as soon as an end-user modifies the text within the auto filter row’s cell. This is a dependency property.
ImmediateUpdateColumnFilter Gets or sets whether the column’s filter condition is updated as soon as an end-user selects an item within the column’s Drop-down Filter. This is a dependency property.
InputBindings Overrides the InputBindings property to hide it. Inherited from DXFrameworkContentElement.
InputScope Overrides the InputScope property to hide it. Inherited from DXFrameworkContentElement.
IsAutoGenerated Gets whether the column has been generated automatically. This is a dependency property. Inherited from BaseColumn.
IsChecked Gets or sets whether the column header’s check-box is checked.
IsEnabled Overrides the IsEnabled property to hide it. Inherited from DXFrameworkContentElement.
IsEnabledBinding Gets or sets the binding that determines a cell’s enabled state. Inherited from BaseColumn.
IsEnabledCore protected Gets a value that becomes the return value of IsEnabled in derived classes. Inherited from ContentElement.
IsFiltered Gets whether data is filtered by the values of this column. This is a dependency property.
IsFirst Gets whether the column is the first visible column displayed within a View. This is a dependency property.
IsFocused Overrides the IsFocused property to hide it. Inherited from DXFrameworkContentElement.
IsInitialized Gets a value indicating whether this element has been initialized, either by being loaded as Extensible Application Markup Language (XAML), or by explicitly having its EndInit() method called. Inherited from FrameworkContentElement.
IsInputMethodEnabled Overrides the IsInputMethodEnabled property to hide it. Inherited from DXFrameworkContentElement.
IsKeyboardFocused Overrides the IsKeyboardFocused property to hide it. Inherited from DXFrameworkContentElement.
IsKeyboardFocusWithin Overrides the IsKeyboardFocusWithin property to hide it. Inherited from DXFrameworkContentElement.
IsLast Gets whether the column is the last visible column displayed within a View. This is a dependency property.
IsLoaded Gets a value indicating whether this element has been loaded for presentation. Inherited from FrameworkContentElement.
IsMouseCaptured Overrides the IsMouseCaptured property to hide it. Inherited from DXFrameworkContentElement.
IsMouseCaptureWithin Overrides the IsMouseCaptureWithin property to hide it. Inherited from DXFrameworkContentElement.
IsMouseDirectlyOver Overrides the IsMouseDirectlyOver property to hide it. Inherited from DXFrameworkContentElement.
IsMouseOver Overrides the IsMouseOver property to hide it. Inherited from DXFrameworkContentElement.
IsReadOnlyBinding Gets or sets the binding that determines a cell’s read-only state. Inherited from BaseColumn.
IsSealed Overrides the IsSealed property to hide it. Inherited from DXFrameworkContentElement.
IsSmart Gets or sets whether to enable the smart columns generation feature for the column. This is a dependency property.
IsSorted Gets whether data is sorted by the values of this column. This is a dependency property.
IsSortedBySummary Gets whether group rows that correspond to this grouping column are sorted by group summary values. This is a dependency property.
IsStylusCaptured Overrides the IsStylusCaptured property to hide it. Inherited from DXFrameworkContentElement.
IsStylusCaptureWithin Overrides the IsStylusCaptureWithin property to hide it. Inherited from DXFrameworkContentElement.
IsStylusDirectlyOver Overrides the IsStylusDirectlyOver property to hide it. Inherited from DXFrameworkContentElement.
IsStylusOver Overrides the IsStylusOver property to hide it. Inherited from DXFrameworkContentElement.
Language Overrides the Language property to hide it. Inherited from DXFrameworkContentElement.
MaxWidth Gets or sets the column’s maximum width. Inherited from BaseColumn.
MinWidth Gets or sets the column’s minimum width. This is a dependency property. Inherited from BaseColumn.
Name Gets or sets the column name. Inherited from BaseColumn.
NewItemRowCellStyle Gets or sets the style applied to the column’s data cell displayed within the New Item Row. This is a dependency property.
OverridesDefaultStyle Overrides the OverridesDefaultStyle property to hide it. Inherited from DXFrameworkContentElement.
Parent Gets the parent in the logical tree for this element. Inherited from FrameworkContentElement.
ParentBand Gets the band that owns the column/band. This is a dependency property. Inherited from BaseColumn.
PredefinedFilters Gets or sets predefined filters.
PrintCellStyle Gets or sets the style applied to column cells when you print the control or export it in WYSIWYG mode. This is a dependency property.
PrintColumnHeaderStyle Gets or sets the style applied to the printed column’s header. This is a dependency property.
PrintTotalSummaryStyle Gets or sets the style applied to printed total summary items displayed in this column. This is a dependency property.
ReadOnly Gets or sets whether the column’s values cannot be changed by an end user. This is a dependency property.
Resources Overrides the Resources property to hide it. Inherited from DXFrameworkContentElement.
RoundDateDisplayFormat Gets or sets a format that defines how to display rounded dates.
RoundDateTimeForColumnFilter Gets or sets whether to ignore time values when you filter grid data by DateTime values. This is a dependency property.
ShowAllTableValuesInCheckedFilterPopup Gets or sets whether filter dropdowns display all unique values in the View’s data source. This is a dependency property.
ShowAllTableValuesInFilterPopup Gets or sets whether filter dropdowns display all unique values in the View’s data source. This is a dependency property.
ShowCheckBoxInHeader Gets or sets whether a check-box is displayed in the column’s header.
ShowCriteriaInAutoFilterRow Gets or sets whether to display the criteria selector button for a column in the Automatic Filter Row.
ShowEmptyDateFilter Gets or sets whether the date-time column’s filter dropdown has a filter item used to select records that contain null values. This is a dependency property.
ShowInColumnChooser Gets or sets whether to display a column or a band in the Column/Band Chooser. This is a dependency property. Inherited from BaseColumn.
ShowValidationAttributeErrors Gets or sets whether error icons are displayed within column cells that fail validation specified by the Data Annotations attribute(s). This is a dependency property.
SortFieldName Gets or sets another field by which data is sorted when sorting is applied to the current column.
SortIndex Gets the column’s position among sorted columns.
SortMode Gets or sets how the column’s data is sorted when sorting is applied to it. This is a dependency property.
SortOrder Gets or sets the column’s sort order. This is a dependency property.
Style Gets or sets the style to be used by this element. Inherited from FrameworkContentElement.
TabStop Gets or sets whether the column can be focused via the TAB key.
Tag Gets or sets the data associated with the column.
TemplatedParent Gets a reference to the template parent of this element. This property is not relevant if the element was not created through a template. Inherited from FrameworkContentElement.
ToolTip This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from DXFrameworkContentElement.
TotalSummaries Gets the list of total summary items displayed within this column. This is a dependency property.
TotalSummaryContentStyle Gets or sets the style of total summary items displayed within this column. This is a dependency property.
TotalSummaryText Gets the text displayed in the summary panel‘s cell. This is a dependency property.
TotalSummaryTextInfo Gets the text information for the column’s total summary.
TouchesCaptured Gets all touch devices that are captured to this element. Inherited from ContentElement.
TouchesCapturedWithin Gets all touch devices that are captured to this element or any child elements in its visual tree. Inherited from ContentElement.
TouchesDirectlyOver Gets all touch devices that are over this element. Inherited from ContentElement.
TouchesOver Gets all touch devices that are over this element or any child elements in its visual tree. Inherited from ContentElement.
UnboundDataType Gets or sets the type of data stored in the unbound column. This is a dependency property.
UnboundDataTypeName For internal use.
UnboundExpression Gets or sets an expression used to evaluate values for this column if it is not bound to a data source field.
UnboundType Gets or sets the column’s data type and binding mode. This is a dependency property.
View Gets the view that owns the column. This is a dependency property. Inherited from BaseColumn.
Visible Gets or sets whether to display the column within a View. This is a dependency property. Inherited from BaseColumn.
Width Gets or sets the column width. This is a dependency property. Inherited from BaseColumn.
See Also