DataFormViewActualAppearance.GroupContentBackgroundColor Property
Gets the group’s background color that is applied to the DataFormView. To specify this color, use the DataFormView‘s BackgroundColor
property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color GroupContentBackgroundColor { get; }
Property Value
Type | Description |
---|---|
Color | The group’s background color. |
See Also