Skip to main content

FormItemBaseActualAppearance.SeparatorColor Property

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

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color SeparatorColor { get; }

Property Value

Type Description
Color

The separator color.

See Also