Chip.SelectedDisabledBorderColor Property
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
public Color SelectedDisabledBorderColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The color. |
See Also