Back to Devexpress

GridControl.GetDataRowHandleByGroupRowHandle(Int32) Method

wpf-devexpress-dot-xpf-dot-grid-dot-gridcontrol-dot-getdatarowhandlebygrouprowhandle-x28-system-dot-int32-x29.md

latest1.7 KB
Original Source

GridControl.GetDataRowHandleByGroupRowHandle(Int32) Method

Returns the handle of the first data row contained within the specified group row.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public int GetDataRowHandleByGroupRowHandle(
    int groupRowHandle
)
vb
Public Function GetDataRowHandleByGroupRowHandle(
    groupRowHandle As Integer
) As Integer

Parameters

NameTypeDescription
groupRowHandleInt32

An integer value that specifies the group row’s handle.

|

Returns

TypeDescription
Int32

An integer value that specifies the handle of the first data row contained within the specified group row.

|

Remarks

To learn more, see Identifying Rows and Cards.

See Also

GridControl Class

GridControl Members

DevExpress.Xpf.Grid Namespace