The following tables list the members exposed by IBand.
Name | Description | |
---|---|---|
AltItemCssClass | CSS class name that should be used for alternative (the ones with even index) rows. | |
AutoGenerateColumns | Defines whether the grid generates columns automatically during the data binding process. | |
AutoPostBackFlags | Returns the AutoPostBackFlags object which will be applied to this band's grids | |
BandHasBehaviors | Indicates whether the band has one or more behaviors. | |
BandIndexAddress | Returns a string of indecies contcatinaned by _ which provided a way to navigate to this band from WebHierarchicalDataGrid | |
Bands | A collection of child Bands of this band. | |
Behaviors | Band behaviors. | |
CellSpacing | Determines number of pixels between the cells of the grid. | |
CollapseButton | The button object that will be displayed when a grid's row is expanded and can be clicked to collapse the row. | |
Columns | Contains definition of the band's columns. | |
DataKeyFields | Contains datakeys of the shown data. | |
DataMember | Gets or sets a string value that identifies a particular data member of the DataSource property that is to be used to enumerate the data during a DataBind operation. | |
DefaultColumnWidth | The default column width that will be applied to all columns, for whom the width has not been set. | |
EnableChildlessRowsPopulation | Indicates wether an empty row island should be created for a child band that does not have any rows. The row island is and the expansion indicator are not visible on the client until a row is added to it via java script. | |
EnableEmptyRowIslands | Enables the band to render empty row islands and their parent row plus signs. | |
ExpandableAreaCssClass | The name of the css class that will be used to style the TD in which the RowIslands appear. | |
ExpandButton | The button object that will be displayed when a grid's row is collapsed and the row has child row islands. It can be clicked to expand the row to show the child row islands. | |
ExpansionColumnCss | The name of the css class that will be used to style the column in which the Expand/Collapse buttons appear. | |
FooterCaptionCssClass | CSS class name that should be used for the footers. | |
GroupingSettings | Contains settings for column grouping. | |
HasBands | Indicates whether the Bands property was instantiated. | |
HasColumns | Indicates whether the Columns property was instantiated. | |
HasEmptyRowIslandBands | Indicates if any of the child bands have the EnableEmptyRowIslands propery set to True. | |
HeaderCaptionCssClass | CSS class name that should be used for the headers. | |
Height | The height of the row islands that will be generated from the band. | |
IsSelfReference | Determines if the current Band is representing a self reference relationship. | |
ItemCssClass | CSS class name that should be used for the cells. | |
Key | The Key of the Band | |
OwnerCollection | Gets the instance of the parent collection of the Band | |
ShowFooter | Determines if the column footers will be visible in the Grid. | |
ShowHeader | Determines if the column headers will be visible on the Grid. | |
Width | The width of the row islands that will be generated from the band. |