The IDimensionViewerColumn interface contains properties and methods of the column of the DimensionTree and DimensionCombo components.
Property name | Brief description | |
Alignment | The Alignment property sets the method of arranging the labels of tree elements in a column. | |
Attribute | The Attribute property determines the attribute, which data is displayed in this column. | |
Caption | The Caption property determines column header. | |
Columns | The Columns property returns the parent object. | |
ImageIndex | The ImageIndex property determines the number of image from the list of Images property. | |
Index | The Index property determines the index of the current column. | |
LevelAttribute | The LevelAttribute property determines the dimension attribute display for the level, that is passed as the Level input parameter. | |
MaxWidth | The MaxWidth property determines the maximum column width. | |
MinWidth | The MinWidth property sets minimum width of the column. | |
SortAscending | The SortAscending property determines the sorting direction. | |
Visible | The Visible property determines column visibility in the component area. | |
Width | The Width property sets column width in pixels. |
Method name | Brief description | |
Delete | The Delete method removes the current column. |
See also: