Skip to main content

SelectableChipGroupActualAppearance.ChipSelectedBorderColor Property

Gets the selected chip’s border color that is applied to the SelectableChipGroup. To specify this color, 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 selected chip’s border color.

See Also