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
public bool? IsHeaderVisible { get; set; }
Property Value
| Type | Description |
|---|---|
| Nullable<Boolean> |
|
See Also