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> |
|
See Also