DataGridView.AllowGroupCollapse Property
Specifies whether end users can collapse and expand groups of rows.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
[XtraSerializableProperty]
public bool AllowGroupCollapse { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true, to allow end users to collapse/expand groups of rows; otherwise, false. |
Remarks
End users can tap group rows to collapse and expand data groups. Set the AllowGroupCollapse property to false to disable this functionality.
See Also