Skip to main content

FormItemBaseActualAppearance.DetailColor Property

Gets the detail color that is applied to the FormItemBase descendant. To specify this color, use the DetailColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color DetailColor { get; }

Property Value

Type Description
Color

The detail color.

See Also