Skip to main content

FilterChipGroupItemBaseActualAppearance.ChipSelectedBorderColor Property

Gets the chip’s border color that is applied to FilterChipGroupItemBase when it is selected. To specify this mode, use the ChipSelectedBorderColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color ChipSelectedBorderColor { get; }

Property Value

Type Description
Color

The chip’s border color when it is selected.

See Also