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