DataFormGroup.IsCollapsed Property
Specifies whether the group of editors is collapsed. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public bool IsCollapsed { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
See Also