Back to Devexpress

DataGridView.AutoExpandAllGroups Property

maui-devexpress-dot-maui-dot-datagrid-dot-datagridview-ad401d81.md

latest921 B
Original Source

DataGridView.AutoExpandAllGroups Property

Gets or sets whether users can expand all DataGridView groups. This is a bindable property.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public bool AutoExpandAllGroups { get; set; }

Property Value

TypeDescription
Boolean

true to allow users to expand all groups; otherwise, false.

|

See Also

DataGridView Class

DataGridView Members

DevExpress.Maui.DataGrid Namespace