Skip to main content

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

NameTypeDescription
EntityTreeNode(EntityTreeNode parent, object data)voidInitializes a new instance of the Korzh.EasyQuery.Wpf.EntityTreeNode class.

Properties

NameTypeDescription
CaptionstringGets the caption of this entity.
ChildrenObservableCollection<EntityTreeNode>Gets the children.
DataobjectGets or sets the data associated with this entity;
IsCheckedboolGets or sets a value indicating whether this instance is checked. Raises Korzh.EasyQuery.Wpf.EntityTreeNode.PropertyChanged event
IsExpandedboolGets or sets expanded state of associated treeview node
ParentEntityTreeNodeGets the parent.
ShowTooltipboolGets a value indicating whether the tooltip should be shown.
TooltipstringGets the tooltip.
VisibilityVisibilityVisibility of the check entity

Events

NameTypeDescription
PropertyChangedPropertyChangedEventHandlerOccurs when a property value changes.

Methods

NameTypeDescription
SetChecked(bool value)voidSets the checked. None of events are raised