DataFormGroup.CustomHeader Property
Gets or sets the custom content of the group header. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.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