DataFormGroup.AllowCollapse Property
In This Article
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
C#
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