Skip to main content

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

C#
public bool IsCollapsed { get; set; }

#Property Value

Type Description
Boolean

true, if the group is collapsed; otherwise, false.

See Also