[]
Represents an item of a C1CheckList.
public class C1CheckListItem : INotifyPropertyChanged
| Name | Description |
|---|---|
| C1CheckListItem() | Initializes a new instance of the C1CheckListItem class. |
| C1CheckListItem(object) | Initializes a new instance of the C1CheckListItem class. |
| Name | Description |
|---|---|
| DisplayText | Gets the display text of the item. |
| Enabled | Gets or sets a value indicating whether this item is enabled. |
| Selected | Gets or sets a value indicating whether the item is in the selected state. |
| Value | Gets or sets the value of the item. |
| Name | Description |
|---|---|
| Equals(object) | |
| GetHashCode() | |
| OnPropertyChanged(string) | Raises the PropertyChanged event. |
| ResetStyles() | Reset styles of item. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when a property value changes. |