GridControl Fields
Displays data from a data source as a table, cards, tiles, or in other formats.| Name | Description |
|---|---|
| AutoFilterRowHandle | Contains a value which represents the handle of the Auto Filter Row. For more information on row handles refer to the Rows section. |
| ExternalRowFooterHandle | In Embedded detail mode, this row handle corresponds to the regions of detail Views below detail data and group rows. See GridView.IsExternalRow. |
| ExternalRowHandle | In Embedded detail mode, this row handle corresponds to data and group rows of detail Views. See GridView.IsExternalRow. |
| ExternalRowHeaderHandle | In Embedded detail mode, this row handle corresponds to the regions of detail Views above data and group rows (these regions include group panels and column header panels). See GridView.IsExternalRow. |
| InvalidRowHandle | Contains the value representing the invalid row handle. This value is returned when an attempt to obtain a particular row fails, etc. Please refer to the Rows topic for more information regarding row handles. |
| NewItemRowHandle | Contains a value which represents the handle of the New Item Row/Card. For more information on row handles refer to the Rows section. |
See Also