Skip to main content

DataFormViewActualAppearance.GroupHeaderPadding Property

Gets the group header’s padding value that is applied to the DataFormView. To specify this value, use the GroupHeaderPadding property.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Thickness GroupHeaderPadding { get; }

Property Value

Type Description
Thickness

The group header’s padding.

See Also