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

GridView.IsExternalRow(Int32) Method

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.v18.2.dll

Declaration

public bool IsExternalRow(
    int rowHandle
)

Parameters

Name Type Description
rowHandle 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:

See Also