ChipGroup class¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.ChipGroup
Modifiers: public
Summary¶
Represents a group of selectable or removable chips/tags.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class ChipGroup
class ItemsControl
ItemsControl <|-- ChipGroup
Inherits from: ItemsControl
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| GroupState | Gets or sets the shared chip group state. |
| SelectionMode | Gets or sets the selection mode used by the chip group. |
| SelectChipCommand | Gets or sets the command invoked to select or toggle a chip. |
| RemoveChipCommand | Gets or sets the command invoked to remove a chip. |
Fields¶
| Name | Summary |
|---|---|
| static GroupStateProperty | Property for [GroupState](# |
| static SelectionModeProperty | Property for [SelectionMode](# |
| static SelectChipCommandProperty | Property for [SelectChipCommand](# |
| static RemoveChipCommandProperty | Property for [RemoveChipCommand](# |