DataFormView.IsGroupHeaderVisible Property
Specifies whether the data form displays headers for groups of editors.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
Declaration
public bool IsGroupHeaderVisible { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true, to display group headers; otherwise, false. |
See Also