Back to Devexpress

GridControl Fields

windowsforms-devexpress-dot-xtragrid-dot-gridcontrol-dot-underscore-fields.md

latest3.5 KB
Original Source

GridControl Fields

Displays data from a data source as a table, cards, tiles, or in other formats.

NameDescription
AutoFilterRowHandleContains a value which represents the handle of the Auto Filter Row. For more information on row handles refer to the Rows section.
BandsRowHandleContains the handle of the row that displays bands.
ColumnsRowHandleContains the handle of the row that displays column headers.
ExternalRowFooterHandleIn Embedded detail mode, this row handle corresponds to the regions of detail Views below detail data and group rows. See GridView.IsExternalRow.
ExternalRowHandleIn Embedded detail mode, this row handle corresponds to data and group rows of detail Views. See GridView.IsExternalRow.
ExternalRowHeaderHandleIn 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.
GroupPanelRowHandleContains the handle of the row that displays the group panel.
InvalidRowHandleContains 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.
NewItemRowHandleContains 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

GridControl Class

GridControl Members

DevExpress.XtraGrid Namespace