GridView.IsExternalRow(Int32) Method
In This Article
Gets whether the specified row handle refers to a row, header region or footer region within a detail View in Embedded detail mode.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | A row handle. |
#Returns
Type | Description |
---|---|
Boolean | true if the specified row handle refers to a row, header region or footer region within a detail View in Embedded detail mode; otherwise, false. |
#Remarks
The IsExternalRow property returns true if the specified rowHandle‘s value matches one of the following constants:
- GridControl.ExternalRowHandle
- GridControl.ExternalRowHeaderHandle
- GridControl.ExternalRowFooterHandle
See Also