DataFormGroup.IsCollapsed Property
Specifies whether the group of editors is collapsed.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public bool IsCollapsed { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true, if the group is collapsed; otherwise, false. |
See Also