Used to add Korzh.EasyQuery.Wpf.EntityTreeNode.IsChecked property to Korzh.EasyQuery.Entity objects
public class Korzh.EasyQuery.Wpf.EntityTreeNode
Package: Korzh.EasyQuery.Wpf
(targets: net461
, net5.0-windows7.0
, netcoreapp3.1
)
Assembly: Korzh.EasyQuery.WPF.dll
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 |
Name | Type | Description |
---|
PropertyChanged | PropertyChangedEventHandler | Occurs when a property value changes. |
Name | Type | Description |
---|
SetChecked(bool value) | void | Sets the checked. None of events are raised |