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
public View CustomHeader { get; set; }
Property Value
Type | Description |
---|---|
View | The view that the data form displays as the group header. |
See Also