FormGroupItem.HeaderColor Property
Gets or sets the header text color. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color HeaderColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The header color. |
See Also