Back to Devexpress

TreeListBand Members

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistband-dot-underscore-members.md

latest14.3 KB
Original Source

TreeListBand Members

A band that combines Tree List columns.

Constructors

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

Fields

NameDescription
DefaultBandMinWidthThe default value for the TreeListBand.MinWidth property. The DefaultBandMinWidth field is set to 20.
DefaultBandWidthThe default value for the TreeListBand.Width property. The DefaultBandWidth field is set to 75.
DefaultMinimumMinBandWidthSpecifies the minimum allowed value of the TreeListBand.MinWidth property. The DefaultMinimumMinBandWidth field is set to 16.

Properties

NameDescription
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.
ActualVisibleSpecifies whether the band and all its parents are visible.
AppearanceHeaderProvides access to appearance settings used to paint the band header.
BandsProvides access to the band’s child band collection.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
CaptionGets or sets the band caption to be displayed within the band header.
ColumnsProvides access to the column collection owned by the current band.
ContainerGets the IContainer that contains the Component. Inherited from Component.
CustomizationCaptionGets or sets the band caption when its header is displayed in the Customization Form.
CustomizationSearchCaptionGets 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 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.
FixedGets or sets the band’s behavior when the TreeList control is scrolled horizontally.
HasChildrenGets whether the current band has child bands.
HasVisibleChildrenGets whether the current band has visible child bands.
ImageOptionsProvides access to settings that allow you to set up raster and vector icons for this TreeListBand.
ImagesProvides access to the source of images that can be displayed within column headers and bands.
IndexGets the index of the current band within the owning collection.
IsHierarchicalGets whether this band contains a column that displays the node expand/collapse buttons.
IsLoadingIndicates whether the TreeList control owning the current band is being initialized.
LevelGets the nesting level of the current band in the band hierarchy.
MinWidthGets or sets the band’s minimum allowed width.
NameGets or sets the band name.
OptionsBandProvides access to the band’s options.
ParentBandGets the band’s parent.
RootBandGets the root band that is the current band’s parent.
RowCountGets or sets the band header height, in logical rows.
SeparatorWidthGets or sets the width, in pixels, of the band separator (grid vertical lines that visually separate this band from other bands).
SiteGets or sets the ISite of the Component. Inherited from Component.
ToolTipGets or sets a regular tooltip.
TreeListGets a TreeList object to which the current band belongs.
VisibleSpecifies whether the current band is visible.
VisibleWidthReturns the current band width.
WidthGets or sets the band’s width.

Methods

NameDescription
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) staticDetermines 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.
GetAccessibleDescription()Returns the object’s description used by accessibility client applications.
GetAccessibleName()Returns the object’s name used by accessibility client applications.
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) protectedReturns 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
MemberwiseClone(Boolean) protectedCreates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject.
ReferenceEquals(Object, Object) staticDetermines 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

NameDescription
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.

See Also

TreeListBand Class

DevExpress.XtraTreeList.Columns Namespace