[]
        
(Showing Draft Content)

C1.Win.TreeView.CheckBoxInfo

CheckBoxInfo Class

Contains a logic of C1TreeColumn header CheckBox.

Inheritance
CheckBoxInfo
Namespace: C1.Win.TreeView
Assembly: C1.Win.TreeView.8.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class CheckBoxInfo : INotifyPropertyChanged

Properties

Name Description
CheckState

Gets or sets the state of the tree node checkbox.

Checked

Gets or sets a value indicating whether the tree node checkbox is in the checked state.

Visible

Gets or sets a value indicating whether the CheckBox are displayed in header of first visible C1TreeColumn.

Methods

Name Description
OnPropertyChanged(string)

Fires the PropertyChanged event.

Events

Name Description
PropertyChanged

Occurs when a property value changes.