Skip to main content

FilterListItemBase.EditorFocusedBorderColor Property

Gets or sets the border color of the FilterListItemBase descendant’s editor when it is focused. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color EditorFocusedBorderColor { get; set; }

Property Value

Type Description
Color

The border color of the FilterListItemBase descendant’s editor.

See Also