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