Back to Devexpress

DataFormView.GroupHeaderPadding Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformview-63c57b92.md

latest1.5 KB
Original Source

DataFormView.GroupHeaderPadding Property

Gets or sets the distance between the edges of the data form’s group headers and their content. This is a bindable property.

Namespace : DevExpress.Maui.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public Thickness GroupHeaderPadding { get; set; }

Property Value

TypeDescription
Thickness

The group header padding.

|

Example

This example customizes the data form’s editors, group headers, and row separators.

|

Before

|

After

| | --- | --- | |

|

|

  1. Override resources to modify the appearance of the data form’s editors (hide edit box borders and the clear icon, and change placeholder and input text color).
  2. Use the following properties of the data form:

See Also

DataFormView Class

DataFormView Members

DevExpress.Maui.DataForm Namespace