GridBand Members
In This Article
#Constructors
Name | Description |
---|---|
Grid |
Creates a new Grid |
#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. |
Appearance |
Gets the appearance settings used to paint the band header. |
Auto |
Gets or sets a value specifying whether a band header should be automatically stretched to fill the empty space below it. |
Band |
Gets the band’s nesting level. |
Can |
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. |
Customization |
Gets or sets the band’s caption when its header is displayed within the Customization Form. |
Customization |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
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 View is scrolled horizontally. |
Has |
Gets a value indicating that the band has child bands. |
Image |
Use the Grid |
Image |
Use the Alignment option accessible in Grid |
Image |
Use the Image option accessible in Grid |
Image |
Provides access to settings that allow you to set up raster and vector icons for this Grid |
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. |
Is |
Indicates whether the View that owns the band is currently being initialized. |
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 parent band. |
Really |
Gets a value indicating whether the band is currently visible. |
Root |
Gets the root band that is the current band’s parent. |
Row |
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. |
Tool |
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. |
Visible |
Gets the band’s visual position within its owner (within a parent band or, for root bands, within a View). |
Visible |
Gets the current band width. |
Width | Gets or sets band 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 |
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. |
Resize |
Specifies a new width for the band. |
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