ChoiceChipGroup.SelectedChip Property
Gets or sets the chip that is selected in this group. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Chip SelectedChip { get; set; }
Property Value
Type | Description |
---|---|
Chip | The chip. |
See Also