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