Chip.CheckIconColor Property
In This Article
Gets or sets the color of the icon displayed when the chip is in the checked state.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public Color CheckIconColor { get; set; }
#Property Value
Type | Description |
---|---|
Color | A structure that specifies a color. |
See Also