entitytreenode-class
Used to add Korzh.EasyQuery.Wpf.EntityTreeNode.IsChecked property to Korzh.EasyQuery.Entity objects
public class Korzh.EasyQuery.Wpf.EntityTreeNode
: INotifyPropertyChanged
Assembly: Korzh.EasyQuery.WPF.dll
Constructors
| Name | Type | Description |
|---|---|---|
EntityTreeNode(EntityTreeNode parent, object data) | void | Initializes a new instance of the Korzh.EasyQuery.Wpf.EntityTreeNode class. |
Properties
| Name | Type | Description |
|---|---|---|
| Caption | string | Gets the caption of this entity. |
| Children | ObservableCollection<EntityTreeNode> | Gets the children. |
| Data | object | Gets or sets the data associated with this entity; |
| IsChecked | bool | Gets or sets a value indicating whether this instance is checked. Raises Korzh.EasyQuery.Wpf.EntityTreeNode.PropertyChanged event |
| IsExpanded | bool | Gets or sets expanded state of associated treeview node |
| Parent | EntityTreeNode | Gets the parent. |
| ShowTooltip | bool | Gets a value indicating whether the tooltip should be shown. |
| Tooltip | string | Gets the tooltip. |
| Visibility | Visibility | Visibility of the check entity |
Events
| Name | Type | Description |
|---|---|---|
| PropertyChanged | PropertyChangedEventHandler | Occurs when a property value changes. |
Methods
| Name | Type | Description |
|---|---|---|
SetChecked(bool value) | void | Sets the checked. None of events are raised |