Chip.IsSelected Property
In This Article
Gets or sets whether the chip is checked (selected).
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public bool IsSelected { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true if the chip is checked; otherwise, false. |
See Also