ChipActualAppearance.DisabledBorderColor Property
In This Article
Gets the border color value that is applied to the Chip when it is in the disabled state. To specify this value, use the DisabledBorderColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public Color DisabledBorderColor { get; }
#Property Value
Type | Description |
---|---|
Color | The border color value that is applied to the Chip when it is in the disabled state. |
See Also