ChoiceChipGroup.SelectedChip Property
Gets the chip selected in this group.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public Chip SelectedChip { get; set; }
Property Value
| Type | Description |
|---|---|
| Chip | An object that specifies a chip. |
See Also