Back to Devexpress

DataFormGroup.IsHeaderVisible Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformgroup-afdbd6a1.md

latest941 B
Original Source

DataFormGroup.IsHeaderVisible Property

Gets or sets whether the header is displayed for the group of editors. This is a bindable property.

Namespace : DevExpress.Maui.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public bool? IsHeaderVisible { get; set; }

Property Value

TypeDescription
Nullable<Boolean>

true to display the group header; otherwise, false.

|

See Also

DataFormGroup Class

DataFormGroup Members

DevExpress.Maui.DataForm Namespace