Skip to main content
A newer version of this page is available. .

TreeListBand Members

A band that combines Tree List columns.

Constructors

Name Description
TreeListBand() Initializes a new instance of the TreeListBand class with default settings.

Fields

Name Description
DefaultBandMinWidth The default value for the TreeListBand.MinWidth property. The DefaultBandMinWidth field is set to 20.
DefaultBandWidth The default value for the TreeListBand.Width property. The DefaultBandWidth field is set to 75.
DefaultMinimumMinBandWidth Specifies the minimum allowed value of the TreeListBand.MinWidth property. The DefaultMinimumMinBandWidth field is set to 16.

Properties

Name Description
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.

Methods

Name Description
CreateObjRef(Type) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. Inherited from MarshalByRefObject.
Dispose() Releases all resources used by the Component. Inherited from Component.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetCaption() Returns the band’s caption.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetLifetimeService() Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject.
GetService(Type) protected Returns an object that represents a service provided by the Component or by its Container. Inherited from Component.
GetTextCaption() Returns the non formatted band caption.
GetType() Gets the Type of the current instance. Inherited from Object.
InitializeLifetimeService() Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MemberwiseClone(Boolean) protected Creates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Scale(ScaleHelper) Scales the band according to the current DPI setting. For internal use.
ToString() Gets the band’s caption.

Events

Name Description
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
See Also