Skip to main content

SelectableChipGroupActualAppearance.ChipSelectedDisabledBorderColor Property

Gets the chip’s border color that is applied to the SelectableChipGroup when the chip is selected and disabled. To specify this color, use the ChipSelectedDisabledBorderColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color ChipSelectedDisabledBorderColor { get; }

Property Value

Type Description
Color

The chip’s border color.

See Also