Skip to content

Chip class

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.Chip Modifiers: public

Summary

        Represents a compact selectable or removable chip/tag surface.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class Chip
class Control
Control <|-- Chip

Inherits from: Control

Constructors

NameSummary
.ctor

Properties

NameSummary
ModelGets or sets the shared chip model.
TextGets or sets the chip text.
IconGets or sets the chip icon content.
IsSelectedGets or sets a value indicating whether the chip is selected.
IsRemovableGets or sets a value indicating whether the chip is removable.
SelectCommandGets or sets the command invoked to select or toggle the chip.
RemoveCommandGets or sets the command invoked to remove the chip.

Fields

NameSummary
static ModelPropertyProperty for [Model](#
static TextPropertyProperty for [Text](#
static IconPropertyProperty for [Icon](#
static IsSelectedPropertyProperty for [IsSelected](#
static IsRemovablePropertyProperty for [IsRemovable](#
static SelectCommandPropertyProperty for [SelectCommand](#
static RemoveCommandPropertyProperty for [RemoveCommand](#
Inherited members