Chip.DisabledBackgroundColor Property
Gets or sets the background color in the disabled state.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public Color DisabledBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color | A structure that specifies a color. |
See Also