[]
Contains a logic of C1TreeColumn header CheckBox.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class CheckBoxInfo : INotifyPropertyChanged
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. |
Name | Description |
---|---|
OnPropertyChanged(string) | Fires the PropertyChanged event. |
Name | Description |
---|---|
PropertyChanged | Occurs when a property value changes. |