Back to Devexpress

TreeListColumn Properties

wpf-devexpress-dot-xpf-dot-grid-dot-treelistcolumn-dot-underscore-properties.md

latest67.0 KB
Original Source

TreeListColumn Properties

A column within a TreeListControl.

NameDescription
ActualAdditionalRowDataWidthFor internal use only. Inherited from ColumnBase.
ActualAllowAutoFilterGets whether an end-user can filter data by the column’s values using the automatic filter row. This is a dependency property. Inherited from ColumnBase.
ActualAllowAutoFilterClearButtonGets whether the clear button is displayed in the Automatic Filter Row. This is a dependency property. Inherited from ColumnBase.
ActualAllowColumnFilteringGets whether an end-user can filter data using the column’s Drop-down Filter. This is a dependency property. Inherited from ColumnBase.
ActualAllowFilterEditorGets whether end-users can invoke the Filter Editor to build complex filter criteria. This is a dependency property. Inherited from ColumnBase.
ActualAllowMovingGets whether an end-user is allowed to move this column by dragging its header. This is a dependency property. Inherited from BaseColumn.
ActualAllowResizingGets whether an end-user can resize this column. This is a dependency property. Inherited from BaseColumn.
ActualAllowSortingGets whether an end-user can sort data by the column’s values. This is a dependency property. Inherited from ColumnBase.
ActualAutoFilterRowCellStyleGets the actual style applied to the column’s cell displayed within the Auto Filter Row. Inherited from ColumnBase.
ActualBandCellLeftSeparatorColorGets an actual color of the left band separator. This is a dependency property. Inherited from BaseColumn.
ActualBandCellRightSeparatorColorGets an actual color of the right band separator. This is a dependency property. Inherited from BaseColumn.
ActualBandHeaderLeftSeparatorColorGets an actual color of the band header’s left separator. This is a dependency property. Inherited from BaseColumn.
ActualBandHeaderRightSeparatorColorGets an actual color of the band header’s right separator. This is a dependency property. Inherited from BaseColumn.
ActualBandLeftSeparatorWidthGets the actual width of the band’s left separator. This is a dependency property. Inherited from BaseColumn.
ActualBandRightSeparatorWidthGets the actual width of the band’s right separator. This is a dependency property. Inherited from BaseColumn.
ActualCellStyleGets the actual style applied to column cells. This is a dependency property. Inherited from ColumnBase.
ActualCellTemplateSelectorGets the actual template selector that chooses a cell template based on custom logic. This is a dependency property. Inherited from ColumnBase.
ActualCellToolTipTemplateGets the actual cell tooltip template applied to the current column. This is a dependency property. Inherited from BaseColumn.
ActualColumnChooserHeaderCaptionGets the column’s caption when its header is displayed within the Column Chooser. This is a dependency property. Inherited from ColumnBase.
ActualColumnHeaderContentStyleGets the actual style applied to the column header’s contents. This is a dependency property. Inherited from ColumnBase.
ActualDataWidthThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ColumnBase.
ActualEditSettingsGets the actual edit settings used by the grid to create an inplace editor for the column. This is a dependency property. Inherited from ColumnBase.
ActualHeaderCustomizationAreaTemplateSelectorGets 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. Inherited from ColumnBase.
ActualHeaderStyleGets an actual style applied to the column’s header. This is a dependency property. Inherited from BaseColumn.
ActualHeaderTemplateSelectorGets the actual template selector that chooses a header template based on custom logic. This is a dependency property. Inherited from BaseColumn.
ActualHeaderToolTipTemplateGets the actual template that defines the tooltip’s presentation. This is a dependency property. Inherited from BaseColumn.
ActualHeaderWidthGets the column header’s width. This is a dependency property. Inherited from BaseColumn.
ActualNewItemRowCellStyleGets the actual style applied to the column’s cell displayed within the New Item Row. Inherited from ColumnBase.
ActualPrintCellStyleGets the actual style applied to printed column cells. This is a dependency property. Inherited from ColumnBase.
ActualPrintColumnHeaderStyleGets the actual style applied to the column header’s contents when the grid is printed. This is a dependency property. Inherited from ColumnBase.
ActualPrintTotalSummaryStyleGets the actual style of total summary items displayed within this column, when the grid is printed. This is a dependency property. Inherited from ColumnBase.
ActualShowCheckBoxInHeaderGets whether the column header’s check-box is currently displayed. Inherited from ColumnBase.
ActualShowCriteriaInAutoFilterRowGets whether an end-user can access the filter criteria selector for the current column. This is a dependency property. Inherited from ColumnBase.
ActualShowValidationAttributeErrorsGets whether error icons can be displayed within column cells that fail validation specified by the Data Annotations attribute(s). This is a dependency property. Inherited from ColumnBase.
ActualTotalSummaryContentStyleGets the actual style of total summary items displayed within this column. This is a dependency property. Inherited from ColumnBase.
ActualWidthGets the column’s width. This is a dependency property. Inherited from BaseColumn.
AllowAutoFilterGets or sets whether an end-user can filter data by the column’s values using the automatic filter row. This is a dependency property. Inherited from ColumnBase.
AllowBestFitGets or sets whether it is allowed to calculate an optimal width and apply it to the column. Inherited from BaseColumn.
AllowCellMergeGets or sets whether to enable the Cell Merging feature for the column. This is a dependency property. Inherited from ColumnBase.
AllowColumnFilteringGets or sets whether a user can filter data by the column. This is a dependency property. Inherited from ColumnBase.
AllowConditionalFormattingMenuGets or sets whether to enable the conditional formatting menu for the column. This is a dependency property. Inherited from ColumnBase.
AllowDropOverrides the AllowDrop property to hide it. Inherited from DXFrameworkContentElement.
AllowedAggregateFiltersGets or sets aggregate filters that the GridControl column supports. Inherited from ColumnBase.
AllowedAnyOfFiltersGets or sets any of filters that the GridControl‘s column supports. Inherited from ColumnBase.
AllowedBetweenFiltersGets or sets between filters that the GridControl‘s column supports. Inherited from ColumnBase.
AllowedBinaryFiltersGets or sets binary filters that the GridControl‘s column supports. Inherited from ColumnBase.
AllowedDataAnalysisFiltersGets or sets data analysis filters that the GridControl‘s column supports. Inherited from ColumnBase.
AllowedDateTimeFiltersGets or sets date-time filters that the GridControl‘s column supports. Inherited from ColumnBase.
AllowedFormatConditionFiltersGets or sets whether the GridControl‘s column supports conditional formatting filters. Inherited from ColumnBase.
AllowEditingGets or sets whether users can edit column values. This is a dependency property. Inherited from ColumnBase.
AllowedSortOrdersGets or sets allowed sorting orders that the GridControl‘s column supports. Inherited from ColumnBase.
AllowedTimeOnlyFiltersInherited from ColumnBase.
AllowedTotalSummariesGets or sets possible total summaries that the GridControl supports. Inherited from ColumnBase.
AllowedUnaryFiltersGets or sets unary filters that the GridControl‘s column supports. Inherited from ColumnBase.
AllowFocusGets or sets whether the column can be focused. This is a dependency property. Inherited from ColumnBase.
AllowFormatConditionFiltersMenuGets or sets whether to display the Format Condition Filters item in the column header’s context menu. This is a dependency property. Inherited from ColumnBase.
AllowIncrementalSearchGets or sets whether incremental search can be performed on the column. Inherited from ColumnBase.
AllowMovingGets or sets whether an end-user is allowed to move this column by dragging its header. This is a dependency property. Inherited from BaseColumn.
AllowPrintingGets or sets whether to display the column in the printed/exported document. This is a dependency property. Inherited from BaseColumn.
AllowResizingGets or sets whether an end user can resize this column. This is a dependency property. Inherited from BaseColumn.
AllowSearchHeaderHighlightingThis property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseColumn.
AllowSearchPanelGets or sets whether the column data is taken into account when searching via the Search Panel. This is a dependency property. Inherited from ColumnBase.
AllowSortingGets or sets whether an end-user can sort data by the column’s values. This is a dependency property. Inherited from ColumnBase.
AllowUnboundExpressionEditorGets or sets whether an end-user can open the Expression Editor for the current unbound column, using a context menu. Inherited from ColumnBase.
AreAnyTouchesCapturedGets a value that indicates whether at least one touch is captured to this element. Inherited from ContentElement.
AreAnyTouchesCapturedWithinGets 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.
AreAnyTouchesDirectlyOverGets a value that indicates whether at least one touch is pressed over this element. Inherited from ContentElement.
AreAnyTouchesOverGets 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.
AutoFilterConditionGets 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. Inherited from ColumnBase.
AutoFilterCriteriaGets or sets the type of the filter criteria used to filter the grid data. Inherited from ColumnBase.
AutoFilterHeaderStateInherited from ColumnBase.
AutoFilterRowCellStyleGets or sets the style applied to the Automatic Filter Row‘s cell. This is a dependency property. Inherited from ColumnBase.
AutoFilterRowDisplayTemplateGets or sets a template that displays a column’s value within the Automatic Filter Row. This is a dependency property. Inherited from ColumnBase.
AutoFilterRowEditTemplateGets or sets the BaseEdit.EditTemplate for an Automatic Filter Row cell editor. This is a dependency property. Inherited from ColumnBase.
AutoFilterValueGets or sets the value in the Automatic Filter Row for this column. This is a dependency property. Inherited from ColumnBase.
BestFitAreaGets or sets which interface elements are taken into account when calculating the column’s optimal width. Inherited from ColumnBase.
BestFitMaxRowCountGets or sets the number of cells taken into account when calculating the optimal width required for the column to completely display its contents. Inherited from ColumnBase.
BestFitModeGets or sets how to calculate the optimal width required for this column to completely display its contents. Inherited from ColumnBase.
BestFitModeOnSourceChangeGets or sets how to calculate the optimal width required for this column to completely display its contents when the grid’s ItemsSource is changed. Inherited from ColumnBase.
BestFitWidthGets or sets the column’s width when the Best Fit feature is applied to this column. Inherited from BaseColumn.
BindingGets or sets the binding that associates the column with a property in the data source. Inherited from ColumnBase.
BindingGroupOverrides the BindingGroup property, to hide it. Inherited from DXFrameworkContentElement.
CellDisplayTemplateGets or sets a template that displays column values. This is a dependency property. Inherited from ColumnBase.
CellDisplayTemplateSelectorGets or sets an object that chooses a cell display template based on custom logic. This is a dependency property. Inherited from ColumnBase.
CellEditTemplateGets or sets a template that displays a custom editor used to edit column values. This is a dependency property. Inherited from ColumnBase.
CellEditTemplateSelectorGets or sets an object that chooses a cell edit template based on custom logic. This is a dependency property. Inherited from ColumnBase.
CellStyleGets or sets the style of cells displayed within this column. This is a dependency property. Inherited from ColumnBase.
CellTemplateGets or sets the template that defines the contents of a column cell. This is a dependency property. Inherited from ColumnBase.
CellTemplateSelectorGets or sets an object that chooses a cell template based on custom logic. This is a dependency property. Inherited from ColumnBase.
CellToolTipBindingGets or sets the binding that associates the cell tooltip with a property in the data source. Inherited from BaseColumn.
CellToolTipTemplateGets or sets the template that defines the cell tooltips‘s appearance. This is a dependency property. Inherited from BaseColumn.
ColumnChooserHeaderCaptionGets or sets the column’s caption when its header is displayed within the Column Chooser. This is a dependency property. Inherited from ColumnBase.
ColumnFilterModeGets or sets how column values are filtered. This is a dependency property. Inherited from ColumnBase.
ColumnFilterPopupMaxRecordsCountGets or sets the maximum number of unique column values displayed within the column’s filter dropdown. This is a dependency property. Inherited from ColumnBase.
ColumnHeaderContentStyleGets or sets the style of the text within the column header. This is a dependency property. Inherited from ColumnBase.
ColumnPositionThis member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. Inherited from BaseColumn.
CommandBindingsOverrides the CommandBindings property to hide it. Inherited from DXFrameworkContentElement.
CommandsProvides access to column commands. Inherited from ColumnBase.
ContextMenuOverrides the ContextMenu property to hide it. Inherited from DXFrameworkContentElement.
CopyValueAsDisplayTextGets 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. Inherited from ColumnBase.
CursorOverrides the Cursor property to hide it. Inherited from DXFrameworkContentElement.
CustomColumnFilterPopupTemplateGets or sets the template that defines the presentation of the column’s Drop-down Filter. This is a dependency property. Inherited from ColumnBase.
DataContextGets or sets the data context for an element when it participates in data binding. Inherited from FrameworkContentElement.
DefaultSortOrderGets or sets the initial sort order. Inherited from ColumnBase.
DefaultStyleKey protectedGets or sets the key to use to find the style template for this control in themes. Inherited from FrameworkContentElement.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DesignTimeActualEditSettingsInherited from ColumnBase.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
DisplayMemberBindingObsolete. Gets or sets the binding that associates the column with a property in the data source. Inherited from ColumnBase.
DisplayTemplateGets or sets a template that displays column values. This is a dependency property. Inherited from ColumnBase.
EditFormCaptionSpecifies the caption of the editor associated with the current column in the edit form. This is a dependency property. Inherited from ColumnBase.
EditFormColumnSpanGets or sets the number of inline edit form columns that the current column’s editor spans. This is a dependency property. Inherited from ColumnBase.
EditFormRowSpanGets or sets the number of inline edit form rows that the current column’s editor spans. This is a dependency property. Inherited from ColumnBase.
EditFormStartNewRowSpecifies whether the current column’s editor should be placed on a new row within the inline edit form. This is a dependency property. Inherited from ColumnBase.
EditFormTemplateGets or sets a template of the editor associated with the current column in the edit form. Inherited from ColumnBase.
EditFormVisibleGets or sets whether the Edit Form displays the editor associated with the column. This is a dependency property. Inherited from ColumnBase.
EditFormVisibleIndexGets or sets the editor’s position among the visible editors in the edit form. This is a dependency property. Inherited from ColumnBase.
EditorButtonShowModeGets or sets when editor buttons are displayed within cells. This is a dependency property. Inherited from ColumnBase.
EditSettingsGets or sets an object that contains the column editor’s settings. This is a dependency property. Inherited from ColumnBase.
EditTemplateThis API is outdated. We recommend that you use ColumnBase.CellEditTemplate instead. Gets or sets a template that displays a custom editor used to edit column values. This is a dependency property. Inherited from ColumnBase.
EnableImmediatePostingGets or sets whether to post a cell value to a data source immediately after a user changes this value in a specific column. This is a dependency property. Inherited from BaseColumn.
FieldNameGets or sets the name of the database field assigned to this column. This is a dependency property. Inherited from ColumnBase.
FieldTypeGets the type of data displayed by the column. Inherited from ColumnBase.
FilterEditorHeaderTemplateGets 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. Inherited from ColumnBase.
FilterPopupGroupFieldsGets 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. Inherited from ColumnBase.
FilterPopupModeGets or sets the display mode of the column’s Drop-Down Filter. This is a dependency property. Inherited from ColumnBase.
FixedGets or sets whether the column/band is fixed. This is a dependency property. Inherited from BaseColumn.
FixedWidthGets 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.
FocusableOverrides the Focusable property to hide it. Inherited from DXFrameworkContentElement.
FocusVisualStyleOverrides the FocusVisualStyle property to hide it. Inherited from DXFrameworkContentElement.
ForceCursorOverrides the ForceCursor property to hide it. Inherited from DXFrameworkContentElement.
GridRowThis property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ColumnBase.
HasAnimatedPropertiesOverrides the HasAnimatedProperties property to hide it. Inherited from DXFrameworkContentElement.
HasBottomElementThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseColumn.
HasLeftSiblingIndicates whether the current column has a sibling column displayed on its left. This is a dependency property. Inherited from BaseColumn.
HasRightSiblingIndicates whether the current column has a sibling column displayed on its right. This is a dependency property. Inherited from BaseColumn.
HasTopElementThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseColumn.
HasTotalSummariesGets whether the column displays total summaries. This is a dependency property. Inherited from ColumnBase.
HeaderGets or sets the column header’s content. This is a dependency property. Inherited from BaseColumn.
HeaderCaptionGets the column header’s caption. This is a dependency property. Inherited from BaseColumn.
HeaderCustomizationAreaTemplateGets or sets the template that defines the presentation of the customization area displayed within the column’s header. This is a dependency property. Inherited from ColumnBase.
HeaderCustomizationAreaTemplateSelectorGets or sets an object that chooses a template based on custom logic. This is a dependency property. Inherited from ColumnBase.
HeaderImageStyleGets or sets the column header image style. This is a dependency property. Inherited from BaseColumn.
HeaderStyleGets or sets a style applied to the column’s header. This is a dependency property. Inherited from BaseColumn.
HeaderTemplateGets or sets the template that defines the column header’s presentation. This is a dependency property. Inherited from BaseColumn.
HeaderTemplateSelectorGets or sets an object that chooses a column header template based on custom logic. This is a dependency property. Inherited from BaseColumn.
HeaderToolTipGets or sets the column header’s tooltip. This is a dependency property. Inherited from BaseColumn.
HeaderToolTipTemplateGets or sets the template that defines the tooltip’s presentation. This is a dependency property. Inherited from BaseColumn.
HorizontalHeaderContentAlignmentGets or sets the column header’s content alignment. This is a dependency property. Inherited from BaseColumn.
ImageGets or sets the column header’s image. This is a dependency property. Inherited from BaseColumn.
ImageAlignmentGets or sets image’s alignment. This is a dependency property. Inherited from BaseColumn.
ImmediateUpdateAutoFilterGets 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. Inherited from ColumnBase.
ImmediateUpdateColumnFilterGets 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. Inherited from ColumnBase.
InputBindingsOverrides the InputBindings property to hide it. Inherited from DXFrameworkContentElement.
InputScopeOverrides the InputScope property to hide it. Inherited from DXFrameworkContentElement.
IsAutoGeneratedGets whether the column has been generated automatically. This is a dependency property. Inherited from BaseColumn.
IsCheckedGets or sets whether the column header’s check-box is checked. Inherited from ColumnBase.
IsEnabledOverrides the IsEnabled property to hide it. Inherited from DXFrameworkContentElement.
IsEnabledBindingGets or sets the binding that determines a cell’s enabled state. Inherited from BaseColumn.
IsEnabledCore protectedGets a value that becomes the return value of IsEnabled in derived classes. Inherited from ContentElement.
IsFilteredGets whether data is filtered by the values of this column. This is a dependency property. Inherited from ColumnBase.
IsFirstGets whether the column is the first visible column displayed within a View. This is a dependency property. Inherited from ColumnBase.
IsFocusedOverrides the IsFocused property to hide it. Inherited from DXFrameworkContentElement.
IsInitializedGets 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.
IsInputMethodEnabledOverrides the IsInputMethodEnabled property to hide it. Inherited from DXFrameworkContentElement.
IsKeyboardFocusedOverrides the IsKeyboardFocused property to hide it. Inherited from DXFrameworkContentElement.
IsKeyboardFocusWithinOverrides the IsKeyboardFocusWithin property to hide it. Inherited from DXFrameworkContentElement.
IsLastGets whether the column is the last visible column displayed within a View. This is a dependency property. Inherited from ColumnBase.
IsLoadedGets a value indicating whether this element has been loaded for presentation. Inherited from FrameworkContentElement.
IsMouseCapturedOverrides the IsMouseCaptured property to hide it. Inherited from DXFrameworkContentElement.
IsMouseCaptureWithinOverrides the IsMouseCaptureWithin property to hide it. Inherited from DXFrameworkContentElement.
IsMouseDirectlyOverOverrides the IsMouseDirectlyOver property to hide it. Inherited from DXFrameworkContentElement.
IsMouseOverOverrides the IsMouseOver property to hide it. Inherited from DXFrameworkContentElement.
IsReadOnlyBindingGets or sets the binding that determines a cell’s read-only state. Inherited from BaseColumn.
IsSealedOverrides the IsSealed property to hide it. Inherited from DXFrameworkContentElement.
IsSmartGets or sets whether to enable the smart columns generation feature for the column. This is a dependency property. Inherited from ColumnBase.
IsSortedGets whether data is sorted by the values of this column. This is a dependency property. Inherited from ColumnBase.
IsSortedBySummaryGets whether group rows that correspond to this grouping column are sorted by group summary values. This is a dependency property. Inherited from ColumnBase.
IsStylusCapturedOverrides the IsStylusCaptured property to hide it. Inherited from DXFrameworkContentElement.
IsStylusCaptureWithinOverrides the IsStylusCaptureWithin property to hide it. Inherited from DXFrameworkContentElement.
IsStylusDirectlyOverOverrides the IsStylusDirectlyOver property to hide it. Inherited from DXFrameworkContentElement.
IsStylusOverOverrides the IsStylusOver property to hide it. Inherited from DXFrameworkContentElement.
LanguageOverrides the Language property to hide it. Inherited from DXFrameworkContentElement.
MaxWidthGets or sets the column’s maximum width. Inherited from BaseColumn.
MinWidthGets or sets the column’s minimum width. This is a dependency property. Inherited from BaseColumn.
NameGets or sets the column name. Inherited from BaseColumn.
NewItemRowCellStyleGets or sets the style applied to the column’s data cell displayed within the New Item Row. This is a dependency property. Inherited from ColumnBase.
OverridesDefaultStyleOverrides the OverridesDefaultStyle property to hide it. Inherited from DXFrameworkContentElement.
ParentGets the parent in the logical tree for this element. Inherited from FrameworkContentElement.
ParentBandGets the band that owns the column/band. This is a dependency property. Inherited from BaseColumn.
PredefinedFiltersGets or sets predefined filters. Inherited from ColumnBase.
PrintCellStyleGets or sets the style applied to column cells when you print the control or export it in WYSIWYG mode. This is a dependency property. Inherited from ColumnBase.
PrintColumnHeaderStyleGets or sets the style applied to the printed column’s header. This is a dependency property. Inherited from ColumnBase.
PrintTotalSummaryStyleGets or sets the style applied to printed total summary items displayed in this column. This is a dependency property. Inherited from ColumnBase.
PrintWidthGets or sets the column width (in pixels) when you print or export GridControl to PDF, XLSX/XLS, or DOCX/DOC. This is a dependency property. Inherited from ColumnBase.
ReadOnlyGets or sets whether the column’s values cannot be changed by an end user. This is a dependency property. Inherited from ColumnBase.
ResourcesOverrides the Resources property to hide it. Inherited from DXFrameworkContentElement.
RoundDateDisplayFormatGets or sets a format that defines how to display rounded dates. Inherited from ColumnBase.
RoundDateTimeForColumnFilterGets or sets whether to ignore time values when you filter grid data by DateTime values. This is a dependency property. Inherited from ColumnBase.
ShowAllTableValuesInCheckedFilterPopupGets or sets whether filter dropdowns display all unique values in the View’s data source. This is a dependency property. Inherited from ColumnBase.
ShowAllTableValuesInFilterPopupGets or sets whether filter dropdowns display all unique values in the View’s data source. This is a dependency property. Inherited from ColumnBase.
ShowCheckBoxInHeaderGets or sets whether a check-box is displayed in the column’s header. Inherited from ColumnBase.
ShowCriteriaInAutoFilterRowGets or sets whether to display the criteria selector button for a column in the Automatic Filter Row. Inherited from ColumnBase.
ShowEmptyDateFilterGets 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. Inherited from ColumnBase.
ShowInColumnChooserGets or sets whether to display a column or a band in the Column/Band Chooser. This is a dependency property. Inherited from BaseColumn.
ShowValidationAttributeErrorsGets 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. Inherited from ColumnBase.
SortFieldNameGets or sets another field by which data is sorted when sorting is applied to the current column. Inherited from ColumnBase.
SortIndexGets the column’s position among sorted columns. Inherited from ColumnBase.
SortModeGets or sets how the column’s data is sorted when sorting is applied to it. This is a dependency property. Inherited from ColumnBase.
SortOrderGets or sets the column’s sort order. This is a dependency property. Inherited from ColumnBase.
StyleGets or sets the style to be used by this element. Inherited from FrameworkContentElement.
TabStopGets or sets whether the column can be focused via the TAB key. Inherited from ColumnBase.
TagGets or sets the data associated with the column. Inherited from ColumnBase.
TemplatedParentGets 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.
ToolTipThis member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from DXFrameworkContentElement.
TotalSummariesGets the list of total summary items displayed within this column. This is a dependency property. Inherited from ColumnBase.
TotalSummaryContentStyleGets or sets the style of total summary items displayed within this column. This is a dependency property. Inherited from ColumnBase.
TotalSummaryTextGets the text displayed in the summary panel‘s cell. This is a dependency property. Inherited from ColumnBase.
TotalSummaryTextInfoGets the text information for the column’s total summary. Inherited from ColumnBase.
TouchesCapturedGets all touch devices that are captured to this element. Inherited from ContentElement.
TouchesCapturedWithinGets all touch devices that are captured to this element or any child elements in its visual tree. Inherited from ContentElement.
TouchesDirectlyOverGets all touch devices that are over this element. Inherited from ContentElement.
TouchesOverGets all touch devices that are over this element or any child elements in its visual tree. Inherited from ContentElement.
UnboundDataTypeGets or sets the type of data stored in the unbound column. This is a dependency property. Inherited from ColumnBase.
UnboundDataTypeNameFor internal use. Inherited from ColumnBase.
UnboundExpressionGets or sets an expression used to evaluate values for this column if it is not bound to a data source field. Inherited from ColumnBase.
UnboundTypeGets or sets the column’s data type and binding mode. This is a dependency property. Inherited from ColumnBase.
ViewGets the view that owns the column. This is a dependency property. Inherited from BaseColumn.
VisibleGets or sets whether to display the column within a View. This is a dependency property. Inherited from BaseColumn.
WidthGets or sets the column width. This is a dependency property. Inherited from BaseColumn.

See Also

TreeListColumn Class

TreeListColumn Members

DevExpress.Xpf.Grid Namespace