TreeListBand Members
In This Article
#Constructors
Name | Description |
---|---|
Tree |
Initializes a new instance of the Tree |
#Fields
Name | Description |
---|---|
Default |
The default value for the Tree |
Default |
The default value for the Tree |
Default |
Specifies the minimum allowed value of the Tree |
#Properties
Name | Description |
---|---|
Accessible |
Gets or sets the object’s description used by accessibility client applications. |
Accessible |
Gets or sets the object’s name used by accessibility client applications. |
Accessible |
Gets or sets the object’s accessible role. |
Actual |
Specifies whether the band and all its parents are visible. |
Appearance |
Provides access to appearance settings used to paint the band header. |
Bands | Provides access to the band’s child band collection. |
Can |
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. |
Customization |
Gets or sets the band caption when its header is displayed in the Customization Form. |
Customization |
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. |
Design |
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 Tree |
Has |
Gets whether the current band has child bands. |
Has |
Gets whether the current band has visible child bands. |
Image |
Provides access to settings that allow you to set up raster and vector icons for this Tree |
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. |
Is |
Gets whether this band contains a column that displays the node expand/collapse buttons. |
Is |
Indicates whether the Tree |
Level | Gets the nesting level of the current band in the band hierarchy. |
Min |
Gets or sets the band’s minimum allowed width. |
Name | Gets or sets the band name. |
Options |
Provides access to the band’s options. |
Parent |
Gets the band’s parent. |
Root |
Gets the root band that is the current band’s parent. |
Row |
Gets or sets the band header height, in logical rows. |
Separator |
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. |
Tool |
Gets or sets a regular tooltip. |
Tree |
Gets a Tree |
Visible | Specifies whether the current band is visible. |
Visible |
Returns the current band width. |
Width | Gets or sets the band’s width. |
#Methods
Name | Description |
---|---|
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns the object’s description used by accessibility client applications. |
Get |
Returns the object’s name used by accessibility client applications. |
Get |
Returns the band’s caption. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Returns the non formatted band caption. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Scale |
Scales the band according to the current DPI setting. For internal use. |
To |
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