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

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
Boolean

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

See Also