[]
        
(Showing Draft Content)

C1.Win.TreeView.C1CheckListItem

C1CheckListItem Class

Represents an item of a C1CheckList.

Inheritance
C1CheckListItem
Namespace: C1.Win.TreeView
Assembly: C1.Win.TreeView.8.dll
Syntax
public class C1CheckListItem : INotifyPropertyChanged

Constructors

Name Description
C1CheckListItem()

Initializes a new instance of the C1CheckListItem class.

C1CheckListItem(object)

Initializes a new instance of the C1CheckListItem class.

Properties

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.

Methods

Name Description
Equals(object)
GetHashCode()
OnPropertyChanged(string)

Raises the PropertyChanged event.

ResetStyles()

Reset styles of item.

Events

Name Description
PropertyChanged

Occurs when a property value changes.