Back to Devexpress

TreeListColumn Properties

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistcolumn-dot-underscore-properties.md

latest14.2 KB
Original Source

TreeListColumn Properties

Represents a single column in the TreeList control.

NameDescription
AbsoluteIndexGets or sets a column’s position within the Tree List’s column collection.
AccessibleDescriptionGets or sets the object’s description used by accessibility client applications.
AccessibleNameGets or sets the object’s name used by accessibility client applications.
AccessibleRoleGets or sets the object’s accessible role.
ActualMaxWidthGets the actual maximum column width.
ActualMinWidthGets the actual minimum column width.
AllNodesSummarySpecifies whether a summary is calculated against all Tree List nodes or against root nodes only.
AllowIncrementalSearchGets or sets whether incremental searches can be performed against the column.
AppearanceCellGets the appearance settings used to paint the column’s cells.
AppearanceHeaderGets the appearance settings used to paint the column header.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
CaptionGets or sets the column caption displayed in the HeaderPanel of the XtraTreeList.
ColumnAnnotationAttributesGets data annotation attributes applied to this TreeListColumn.
ColumnEditGets or sets the repository item that specifies the editor used to edit a column’s cell values.
ColumnEditNameGets or sets the name of the editor used for this column’s cells.
ColumnHandleGets the position of the associated field within the data source.
ColumnIndexGets the horizontal position of a banded column.
ColumnTypeGets the column’s data type.
ContainerGets the IContainer that contains the Component. Inherited from Component.
CustomizationCaptionGets or sets the column header in the Customization Form.
CustomizationSearchCaptionGets the column caption when its header is displayed in the Customization Form by which it can be found using the Customization Form’s search box.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
FieldNameGets or sets the field name assigned to the current column from a datasource.
FieldNameSortGets or sets by what data field this column should sort and filter its data.
FilterInfoGets an object specifying custom filter criteria.
FilterModeGets or sets whether to filter data by the displayed text or actual values.
FixedGets or sets whether the column is anchored to the control’s left or right edge.
FormatGets the object that specifies the formatting applied to column values.
ImageUse the TreeListColumn.ImageOptions property to specify the image displayed in the column header.
ImageAlignmentGets or sets the alignment of the column header’s image.
ImageIndexUse the ImageIndex propery accessible in TreeListColumn.ImageOptions to specify the index of the image from the TreeList.ColumnsImageList collection displayed in the column header.
ImageOptionsProvides access to settings that allow you to set up raster and vector icons for this TreeListColumn.
ImagesGets the source of images that can be displayed within column headers.
IsHierarchicalGets whether this column displays the node expand/collapse buttons.
MaxWidthGets the maximum column width.
MinWidthGets the minimum column width.
MRUFiltersProvides access to the column’s recently used filters.
NameGets or sets the column’s name.
OptionsColumnProvides access to the column’s options.
OptionsEditFormProvides access to settings applied to the Edit Form.
OptionsFilterProvides access to the column’s filter options.
ParentBandGets or set a column’s parent band.
ReadOnlyGets a value indicating whether data within a column can be edited.
RealColumnEditGets the repository item that actually specifies the column’s editor.
RowCountGets or sets the column header height, in logical rows. This property is in effect when columns can be arranged one under another in Banded mode.
RowFooterSummarySpecifies the type of summary calculated against child nodes for every parent node in the current column.
RowFooterSummaryStrFormatGets or sets the format to display the TreeListColumn.RowFooterSummary.
RowIndexGets or sets the vertical position of a banded column.
SeparatorWidthGets or sets the width, in pixels, of the column separator (grid vertical lines that visually separate this column from other columns).
ShowButtonModeGets or sets a value that specifies which column cells display editor buttons.
ShowUnboundExpressionMenuGets or sets whether an end-user can open an Expression Editor for the current unbound column, using a context menu.
SiteGets or sets the ISite of the Component. Inherited from Component.
SortIndexGets the index of the column in the sorting columns list.
SortModeGets or sets how the column’s data is sorted when sorting is applied.
SortOrderGets or sets the column’s sort order.
StyleNameGets or sets the name of the style for the current column.
SummaryFooterSpecifies the type of the summary to calculate against all nodes.
SummaryFooterStrFormatGets or sets the format to display the TreeListColumn.SummaryFooter.
TagGets or sets the column’s associated data.
ToolTipGets or sets a custom tooltip for the column.
TreeListObtains the TreeList control to which a column belongs.
UnboundDataTypeAllows you to make the column unbound, and specify the type of data it stores.
UnboundDataTypeNameFor internal use.
UnboundExpressionGets or sets an expression used to evaluate values for the current unbound column.
UnboundTypeSpecifies whether this column is unbound, and if so, the type of data it stores.
VisibleGets or sets whether the column is visible.
VisibleIndexGets or sets the position in the Tree List where the current column is displayed.
VisibleWidthGets the visible width of the column.
WidthGets or sets the column width in pixels.

See Also

TreeListColumn Class

TreeListColumn Members

DevExpress.XtraTreeList.Columns Namespace