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