Skip to main content
All docs
V22.1
  • ChipGroup Methods

    A base class for chip groups.
    Name Description
    Dispose() Disposes unmanaged resources.
    GetChipByItem(Object) Returns a chip by a view model object based on which the chip is created.
    OnThemeChanged() Called when the application theme changes.
    RefreshData() Updates text and icons in chips in this group based on the bound data source.
    SelectChip(Chip) Selects the specified chip.
    SelectChipAtIndex(Int32) Selects a chip with the specified index in the bound data source.
    See Also