Skip to main content

DataFormGroup.AllowCollapse Property

Specifies whether users can collapse and expand the group of editors.

Namespace: DevExpress.XamarinForms.DataForm

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.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