Skip to main content
A newer version of this page is available. .

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

public bool? AllowCollapse { get; set; }

Property Value

Type Description
Nullable<Boolean>

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

See Also