Back to Devexpress

DataGridView.ExpandGroupRow(Int32, Boolean) Method

maui-devexpress-dot-maui-dot-datagrid-dot-datagridview-dot-expandgrouprow-x28-system-dot-int32-system-dot-boolean-x29.md

latest1.1 KB
Original Source

DataGridView.ExpandGroupRow(Int32, Boolean) Method

Expands the specified group of rows.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public void ExpandGroupRow(
    int rowHandle,
    bool raiseEvents = true
)

Parameters

NameTypeDescription
rowHandleInt32

The group row handle.

|

Optional Parameters

NameTypeDefaultDescription
raiseEventsBooleanTrue

true if the specified group of rows is expanded; otherwise, false.

|

See Also

DataGridView Class

DataGridView Members

DevExpress.Maui.DataGrid Namespace