Skip to main content

DataFormView.IsGroupHeaderVisible Property

Gets or sets whether the data form displays headers for groups of editors. This is a bindable property.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public bool IsGroupHeaderVisible { get; set; }

Property Value

Type Default Description
Boolean true

true to display group headers; otherwise, false.

See Also