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