Back to Devexpress

GridBand Members

windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-gridband-dot-underscore-members.md

latest14.2 KB
Original Source

GridBand Members

Represents an individual band.

Constructors

NameDescription
GridBand()Creates a new GridBand object.

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.
AppearanceHeaderGets the appearance settings used to paint the band header.
AutoFillDownGets or sets a value specifying whether a band header should be automatically stretched to fill the empty space below it.
BandLevelGets the band’s nesting level.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
CaptionGets or sets the band’s caption.
ChildrenGets a collection of child/nesting bands.
CollectionGets the band collection that owns the current band.
ColumnsGets columns owned by the band.
ContainerGets the IContainer that contains the Component. Inherited from Component.
CustomizationCaptionGets or sets the band’s caption when its header is displayed within the Customization Form.
CustomizationSearchCaptionThis member supports the internal infrastructure, and is not intended to be used directly from your code.
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 View is scrolled horizontally.
HasChildrenGets a value indicating that the band has child bands.
ImageUse the GridBand.ImageOptions property to specify the image displayed within a Band Header.
ImageAlignmentUse the Alignment option accessible in GridBand.ImageOptions to specify band header image alignment.
ImageIndexUse the ImageIdex option accessible in GridBand.ImageOptions to specify the index of the image displayed within the band header.
ImageOptionsProvides access to settings that allow you to set up raster and vector icons for this GridBand.
ImagesGets an image collection whose images can be displayed within the band’s header.
IndexGets the band’s position within the owning collection.
IsLoadingIndicates whether the View that owns the band is currently being initialized.
MinWidthGets or sets the band’s minimum allowed width.
NameGets or sets the band name.
OptionsBandProvides access to the band’s options.
ParentBandGets the parent band.
ReallyVisibleGets a value indicating whether the band is currently visible.
RootBandGets the root band that is the current band’s parent.
RowCountGets or sets the band header height in rows.
SiteGets or sets the ISite of the Component. Inherited from Component.
TagGets or sets the data associated with the current band.
ToolTipGets or sets a custom tooltip for the band.
ViewGets the View to which the band belongs.
VisibleGets or sets whether the band is visible.
VisibleIndexGets the band’s visual position within its owner (within a parent band or, for root bands, within a View).
VisibleWidthGets the current band width.
WidthGets or sets band 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.
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.
Resize(Int32)Specifies a new width for the band.
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

GridBand Class

DevExpress.XtraGrid.Views.BandedGrid Namespace