Skip to main content

FilterListItemBaseActualAppearance.ItemBorderColor Property

Gets the border color that is applied to the FilterListItemBase descendant. To specify this color, use the ItemBorderColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color ItemBorderColor { get; }

Property Value

Type Description
Color

The border color.

See Also