Back to Devexpress

DataFormGroup.AllowCollapse Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformgroup-5ac1952f.md

latest966 B
Original Source

DataFormGroup.AllowCollapse Property

Gets or sets whether users can collapse and expand the group of editors. This is a bindable property.

Namespace : DevExpress.Maui.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public bool? AllowCollapse { get; set; }

Property Value

TypeDescription
Nullable<Boolean>

true to allow users to collapse/expand the group of editors; otherwise, false.

|

See Also

DataFormGroup Class

DataFormGroup Members

DevExpress.Maui.DataForm Namespace