Skip to main content
A newer version of this page is available. .

GridControl Fields

Displays data from a data source in a standard tabular form (view), or in various other forms (as a banded grid, cards or tiles). Supports numerous editing and data-shaping features, such as summaries, filtration, data grouping, master-detail mode, etc. See Data Grid.

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