Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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