TreeListBand Properties
A band that combines Tree List columns.| Name | Description |
|---|---|
| AccessibleDescription | Gets or sets the object’s description used by accessibility client applications. |
| AccessibleName | Gets or sets the object’s name used by accessibility client applications. |
| AccessibleRole | Gets or sets the object’s accessible role. |
| ActualVisible | Specifies whether the band and all its parents are visible. |
| AppearanceHeader | Provides access to appearance settings used to paint the band header. |
| Bands | Provides access to the band’s child band collection. |
| CanRaiseEvents protected | Gets a value indicating whether the component can raise an event. Inherited from Component. |
| Caption | Gets or sets the band caption to be displayed within the band header. |
| Columns | Provides access to the column collection owned by the current band. |
| Container | Gets the IContainer that contains the Component. Inherited from Component. |
| CustomizationCaption | Gets or sets the band caption when its header is displayed in the Customization Form. |
| CustomizationSearchCaption | Gets the band caption when its header is displayed in the Customization Form by which it can be found using the Customization Form’s search box. |
| DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
| Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
| Fixed | Gets or sets the band’s behavior when the TreeList control is scrolled horizontally. |
| HasChildren | Gets whether the current band has child bands. |
| HasVisibleChildren | Gets whether the current band has visible child bands. |
| ImageOptions | Provides access to settings that allow you to set up raster and vector icons for this TreeListBand. |
| Images | Provides access to the source of images that can be displayed within column headers and bands. |
| Index | Gets the index of the current band within the owning collection. |
| IsHierarchical | Gets whether this band contains a column that displays the node expand/collapse buttons. |
| IsLoading | Indicates whether the TreeList control owning the current band is being initialized. |
| Level | Gets the nesting level of the current band in the band hierarchy. |
| MinWidth | Gets or sets the band’s minimum allowed width. |
| Name | Gets or sets the band name. |
| OptionsBand | Provides access to the band’s options. |
| ParentBand | Gets the band’s parent. |
| RootBand | Gets the root band that is the current band’s parent. |
| RowCount | Gets or sets the band header height, in logical rows. |
| SeparatorWidth | Gets or sets the width, in pixels, of the band separator (grid vertical lines that visually separate this band from other bands). |
| Site | Gets or sets the ISite of the Component. Inherited from Component. |
| ToolTip | Gets or sets a regular tooltip. |
| TreeList | Gets a TreeList object to which the current band belongs. |
| Visible | Specifies whether the current band is visible. |
| VisibleWidth | Returns the current band width. |
| Width | Gets or sets the band’s width. |
See Also