windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-gridband-dot-underscore-members.md
Represents an individual band.
| Name | Description |
|---|---|
| GridBand() | Creates a new GridBand object. |
| 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. |
| AppearanceHeader | Gets the appearance settings used to paint the band header. |
| AutoFillDown | Gets or sets a value specifying whether a band header should be automatically stretched to fill the empty space below it. |
| BandLevel | Gets the band’s nesting level. |
| CanRaiseEvents protected | Gets a value indicating whether the component can raise an event. Inherited from Component. |
| Caption | Gets or sets the band’s caption. |
| Children | Gets a collection of child/nesting bands. |
| Collection | Gets the band collection that owns the current band. |
| Columns | Gets columns owned by the band. |
| Container | Gets the IContainer that contains the Component. Inherited from Component. |
| CustomizationCaption | Gets or sets the band’s caption when its header is displayed within the Customization Form. |
| CustomizationSearchCaption | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| 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 View is scrolled horizontally. |
| HasChildren | Gets a value indicating that the band has child bands. |
| Image | Use the GridBand.ImageOptions property to specify the image displayed within a Band Header. |
| ImageAlignment | Use the Alignment option accessible in GridBand.ImageOptions to specify band header image alignment. |
| ImageIndex | Use the ImageIdex option accessible in GridBand.ImageOptions to specify the index of the image displayed within the band header. |
| ImageOptions | Provides access to settings that allow you to set up raster and vector icons for this GridBand. |
| Images | Gets an image collection whose images can be displayed within the band’s header. |
| Index | Gets the band’s position within the owning collection. |
| IsLoading | Indicates whether the View that owns the band is currently being initialized. |
| 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 parent band. |
| ReallyVisible | Gets a value indicating whether the band is currently visible. |
| RootBand | Gets the root band that is the current band’s parent. |
| RowCount | Gets or sets the band header height in rows. |
| Site | Gets or sets the ISite of the Component. Inherited from Component. |
| Tag | Gets or sets the data associated with the current band. |
| ToolTip | Gets or sets a custom tooltip for the band. |
| View | Gets the View to which the band belongs. |
| Visible | Gets or sets whether the band is visible. |
| VisibleIndex | Gets the band’s visual position within its owner (within a parent band or, for root bands, within a View). |
| VisibleWidth | Gets the current band width. |
| Width | Gets or sets band width. |
| 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. |
| GetAccessibleDescription() | Returns the object’s description used by accessibility client applications. |
| GetAccessibleName() | Returns the object’s name used by accessibility client applications. |
| 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. |
| Resize(Int32) | Specifies a new width for the band. |
| ToString() | Gets the band’s caption. |
| Name | Description |
|---|---|
| Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
See Also