Back to Devexpress

WinExplorerView.GetRowExpanded(Int32) Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerview-dot-getrowexpanded-x28-system-dot-int32-x29.md

latest1.8 KB
Original Source

WinExplorerView.GetRowExpanded(Int32) Method

Gets whether the target row is currently expanded.

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public bool GetRowExpanded(
    int rowHandle
)
vb
Public Function GetRowExpanded(
    rowHandle As Integer
) As Boolean

Parameters

NameTypeDescription
rowHandleInt32

An Int32 value that is the row handle of a target row.

|

Returns

TypeDescription
Boolean

true if the target row is currently expanded; otherwise, false.

|

Remarks

See the Working with Groups in Code topic for details.

See Also

Working with Groups in Code

WinExplorerView Class

WinExplorerView Members

DevExpress.XtraGrid.Views.WinExplorer Namespace