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