The following tables list the members exposed by XamDataTreeNode.
Name | Description | |
---|---|---|
XamDataTreeNode Constructor | Initializes a new instance of the XamDataTreeNode class. |
Name | Description | |
---|---|---|
CollapsedIconTemplateProperty | Identifies the CollapsedIconTemplate dependency property. | |
ExpandedIconTemplateProperty | Identifies the ExpandedIconTemplate dependency property. | |
IsCheckedProperty | Identifies the IsChecked dependency property. | |
IsEnabledProperty | Identifies the IsEnabled dependency property. | |
IsExpandedProperty | Identifies the IsExpanded dependency property. |
Name | Description | |
---|---|---|
CollapsedIconTemplate | Gets / sets the collapsed System.Windows.DataTemplate that will be displayed on this node. | |
CollapsedIconTemplateResolved | Gets the collapsed System.Windows.DataTemplate that will be displayed on this node. | |
Control | Gets the XamDataTreeNodeControl that is attached to the XamDataTreeNode | |
Data | Gets the underlying data associated with the XamDataTreeNode. | |
DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject) | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject) | |
ExpandedIconTemplate | Gets / sets the expanded System.Windows.DataTemplate that will be displayed on this node. | |
ExpandedIconTemplateResolved | Gets / sets the expanded System.Windows.DataTemplate that will be displayed on this node. | |
HasChildren | Gets whether or not XamDataTreeNode has any children. | |
Index | Gets the currentIndex index of the XamDataTreeNode | |
IsActive | Gets / set if the XamDataTreeNode is currently the ActiveNode. | |
IsChecked | Gets / sets if the XamDataTreeNode is checked. | |
IsDraggable | Gets / sets if the XamDataTreeNode can be dragged from it's current position. | |
IsDraggableResolved | Gets whether a XamDataTreeNode is draggable after taking account values from the NodeLayout level. | |
IsDropTarget | Gets / sets if the XamDataTreeNode can act as a drop target for nodes. | |
IsDropTargetResolved | Gets whether a XamDataTreeNode is a drop target after taking account values from the NodeLayout level. | |
IsEditing | Gets if the XamDataTreeNode is currently in edit mode. | |
IsEnabled | Gets / sets if the XamDataTreeNodeControl should be enabled. | |
IsExpanded | Gets/sets whether the XamDataTreeNode is expanded or collapsed. | |
IsHeader | Gets whether or not a particular XamDataTreeNode is a an actual Data Node, or a Node representing the property of an IEnumerable. | |
IsMouseOver | Gets whether or not the Mouse is currently over the XamDataTreeNode | |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject) | |
IsSelected | Gets/Sets whether an item is currently selected. | |
Manager | The NodesManager that owns this particular node. | |
NodeLayout | Gets the NodeLayout that is associated with the XamDataTreeNode. | |
Nodes | Gets child nodes of the current XamDataTreeNode | |
Style | Gets / sets the Style which should be applied to this XamDataTreeNode. |
Name | Description | |
---|---|---|
AttachedElement | (Inherited from Infragistics.DependencyObjectRecyclingContainer<XamDataTreeNodeControl>) | |
ChildNodesManager | Gets the NodesManager that the XamDataTreeNode owns. | |
IsDataBound | Gets/sets whether the XamDataTreeNode was generated via the datasource or was entered manually. | |
IsDirty | (Inherited from Infragistics.DependencyObjectRecyclingContainer<XamDataTreeNodeControl>) | |
ItemsSource | Gets/Sets the children data that the node owns. | |
RecyclingElementType | (Inherited from Infragistics.DependencyObjectRecyclingContainer<XamDataTreeNodeControl>) | |
RecyclingIdentifier | Overridden. If a Infragistics.ISupportRecycling.RecyclingElementType isn't specified, this property can be used to offer another way of identifying a reyclable element. | |
ResolveStyle | Gets the Style which should be applied to this XamDataTreeNode. | |
Value | Gets the Value of the XamDataTreeNode. The Value is defined as the value from the field on the data object defined by the NodeLayout.DisplayMemberPathResolved. |
Name | Description | |
---|---|---|
ClearValue | Overloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject) | |
CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
Equals | (Inherited from System.Windows.DependencyObject) | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject) | |
ValidateChildNodesCheckState | Validates child nodes checked state | |
ValidateParentCheckedState | Validates parent node checked state. |
Name | Description | |
---|---|---|
ApplyStyle | Method which evaluates which style to apply to the XamDataTreeNode. | |
CreateInstanceOfRecyclingElement | Overridden. Creates a new instance of the XamDataTreeNode. Note: this method is only meant to be invoked via the RecyclingManager. | |
CreateNodeValueBinding | Creates the binding used by the CellValueObject for updating | |
EnsureCurrentState | Ensures that XamDataTreeNode is in the correct state. | |
EnterEditMode | Places the specified XamDataTreeNode into edit mode. | |
ExitEditMode | Takes the specified XamDataTreeNode out of edit mode. | |
HandleKeyDown | Method called when a key action happens while the XamDataTreeNode is currently active. | |
NotifyEditorValueChanged | Used to notify the owning cell when an editor's value has changed. | |
OnElementAttached | Overridden. Called when the XamDataTreeNodeControl is attached to the XamDataTreeNode | |
OnElementReleased | Overridden. Called when the XamDataTreeNodeControl is removed from the XamDataTreeNode | |
OnElementReleasing | Overridden. Invoked when a System.Windows.FrameworkElement is being released from an object. | |
OnNodeClick | Method called when the XamDataTreeNode is clicked. | |
OnNodeDoubleClick | Method called when the XamDataTreeNode is double clicked. | |
OnNodeDragging | Method called when the XamDataTreeNode is being dragged. | |
OnNodeMouseDown | Method called when the XamDataTreeNode receives a mouse down. | |
OnNodeMouseMove | Method called when the XamDataTreeNode is responding to a System.Windows.UIElement.MouseMove. | |
OnPropertyChanged | Overloaded. Invoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data. (Inherited from Infragistics.DependencyObjectNotifier) | |
RaiseIsActiveChanged | Raises the notification for the IsActive property being changed. | |
RaisePropertyChangedEvent | (Inherited from Infragistics.DependencyObjectNotifier) | |
ResolveEditor | Sets up the edtior control that will be displayed in a XamDataTreeNode when the the cell is in edit mode. | |
ResolveEditorBinding | Creates a System.Windows.Data.Binding that can be applied to an editor. | |
ResolveEditorControl | Sets up the edtior control that will be displayed in a XamDataTreeNode when the the cell is in edit mode. | |
ResolveValueFromEditor | Resolves the value of the editor control, so that the cell's underlying data can be updated. | |
SetSelected | Sets the selected state of an item. | |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from Infragistics.DependencyObjectNotifier) |