Skip to main content

DataFormGroup.IsHeaderVisible Property

Specifies whether the header is displayed for the group of editors.

Namespace: DevExpress.XamarinForms.DataForm

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public bool? IsHeaderVisible { get; set; }

#Property Value

Type Description
Nullable<Boolean>

true, to display the group header; otherwise, false.

See Also