Skip to main content

DataFormGroup.CustomHeader Property

Gets or sets the custom content of the group header.

Namespace: DevExpress.XamarinForms.DataForm

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public View CustomHeader { get; set; }

#Property Value

Type Description
View

The view that the data form displays as the group header.

See Also