Chip.SelectedDisabledBorderColor Property
In This Article
Gets or sets the border color when the chip is selected and disabled.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public Color SelectedDisabledBorderColor { get; set; }
#Property Value
Type | Description |
---|---|
Color | The color. |
See Also