The IDataGridBands interface contains the properties and methods used to work with the collection of user containers of the DataGrid component.
Property name | Brief description | |
Count | The Count property returns the number of containers in collection. | |
Item | The Item property returns the container parameters. |
Method name | Brief description | |
Add | The Add method adds a new container. | |
Clear | The Clear method removes all the containers of the DataGrid component. | |
Delete | The Delete method removes the container. |
See also: