The following tables list the members exposed by NodeLayout.
Name | Description | |
---|---|---|
NodeLayout Constructor | Overloaded. |
Name | Description | |
---|---|---|
CheckBoxMemberPathProperty | Identifies the CheckBoxMemberPath dependency property. | |
CollapsedIconTemplateProperty | Identifies the CollapsedIconTemplate dependency property. | |
DisplayMemberPathProperty | Identifies the DisplayMemberPath dependency property. | |
EditorTemplateProperty | Identifies the EditorTemplate dependency property. | |
ExpandedIconTemplateProperty | Identifies the ExpandedIconTemplate dependency property. | |
HeaderTemplateProperty | Identifies the HeaderTemplate dependency property. | |
HeaderTextProperty | Identifies the HeaderText dependency property. | |
IndentationProperty | Identifies the Indentation dependency property. | |
IsDraggableProperty | Identifies the IsDraggable dependency property. | |
IsDropTargetProperty | Identifies the IsDropTarget dependency property. | |
IsEnabledMemberPathProperty | Identifies the IsEnabledMemberPath dependency property | |
IsExpandedMemberPathProperty | Identifies the IsExpandedMemberPath dependency property. | |
IsSelectedMemberPathProperty | Identifies the IsSelectedMemberPath dependency property. | |
ItemTemplateProperty | Identifies the ItemTemplate dependency property. | |
NodeStyleProperty | Identifies the NodeStyle dependency property. | |
TargetTypeNameProperty | Identifies the TargetTypeName dependency property. | |
VisibilityProperty | Identifies the Visibility dependency property. |
Name | Description | |
---|---|---|
ROOT_LAYOUT_KEY | The string that will applied to the the key for the NodeLayout at the root level. |
Name | Description | |
---|---|---|
CheckBoxMemberPath | Gets / sets the path to the property on the XamDataTreeNode.Data object to populate the System.Windows.Controls.CheckBox of the XamDataTreeNode. | |
CheckBoxMemberPathResolved | Resolves the CheckBoxMemberPath property for a particular NodeLayout. | |
CheckBoxSettings | Gets a reference to the CheckBoxSettingsOverride object that controls all the properties for System.Windows.Controls.CheckBoxes on this NodeLayout. | |
CollapsedIconTemplate | Gets / sets the System.Windows.DataTemplate that will be displayed on nodes that are currently collapsed on the . | |
CollapsedIconTemplateResolved | Get the System.Windows.DataTemplate which will be used for the XamDataTreeNode's on this NodeLayout when they have children and they are collapsed. | |
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) | |
DisplayMemberPath | Gets / sets the path to the property on the XamDataTreeNode.Data object to populate the text of the XamDataTreeNode. | |
DisplayMemberPathResolved | Resolves the DisplayMemberPath property for a particular NodeLayout. | |
EditingSettings | Gets a reference to the TreeEditingSettingsOverride object that controls all the properties for editing on this NodeLayout. | |
EditorTemplate | Gets / sets the System.Windows.DataTemplate that will be displayed when the XamDataTreeNode object goes into edit mode. | |
ExpandedIconTemplate | Gets / sets the System.Windows.DataTemplate that will be displayed on nodes that are currently expanded. | |
ExpandedIconTemplateResolved | Get the System.Windows.DataTemplate which will be used for the XamDataTreeNode's on this NodeLayout when they have children and they are expanded. | |
HeaderContentResolved | Resolves the HeaderTemplate property for a particular NodeLayout. | |
HeaderTemplate | Gets / sets the System.Windows.DataTemplate which will appear on header nodes. | |
HeaderText | Gets / sets the text that will appear for XamDataTreeNode objects acting as header nodes. | |
Indentation | Gets / sets how much each XamDataTreeNode is indented from it's parent. | |
IndentationResolved | Resolves the Indentation property for a particular NodeLayout. | |
IsDraggable | Gets / sets whether or not XamDataTreeNode objects associated with the NodeLayout are draggable. | |
IsDraggableResolved | Resolves the IsDraggable property for a particular NodeLayout. | |
IsDropTarget | Gets / sets whether or not XamDataTreeNode objects can be dropped on this NodeLayout. | |
IsDropTargetResolved | Resolves the IsDropTarget property for a particular NodeLayout. | |
IsEnabledMemberPath | Gets / sets the path to the property on the XamDataTreeNode.Data object to populate the XamDataTreeNode.IsEnabled of the XamDataTreeNode. | |
IsEnabledMemberPathResolved | Resolves the IsEnabledMemberPath property for a particular NodeLayout. | |
IsExpandedMemberPath | Gets / sets the path to the property on the XamDataTreeNode.Data object to populate the XamDataTreeNode.IsExpanded of the XamDataTreeNode. | |
IsExpandedMemberPathResolved | Resolves the IsExpandedMemberPath property for a particular NodeLayout. | |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject) | |
IsSelectedMemberPath | Gets / sets the path to the property on the XamDataTree.ItemsSource object to populate the XamDataTree.SelectedDataItems of the XamDataTree. Note that it should be a Boolean property path name that is on each data item whose value will be used to determine if the node is selected. | |
IsSelectedMemberPathResolved | ||
ItemTemplate | Gets / sets the System.Windows.DataTemplate that will be used to create the VisualTree for every XamDataTreeNode for this particular NodeLayout in the XamDataTree | |
ItemTemplateResolved | Gets the actual System.Windows.DataTemplate that will be used to create the VisualTree for every XamDataTreeNode for this particular NodeLayout. | |
Key | Gets / sets the unique string which can be used to identify this NodeLayoutBase. (Inherited from Infragistics.Controls.Menus.NodeLayoutBase) | |
NodeLayouts | Gets a Collection of NodeLayout objects that will be used only for the root level of the XamDataTree | |
NodeStyle | Gets / sets the System.Windows.Style which will be assigned to XamDataTreeNode objects associcated with this NodeLayout. | |
NodeStyleResolved | Resolves the NodeStyle property for a particular NodeLayout. | |
TargetTypeName | Get/Sets the System.Type.Name or System.Type.FullName that this NodeLayout object should represent. | |
Tree | Gets the XamDataTree that the NodeLayout belongs to. | |
Visibility | Gets/Sets the Visibility of the NodeLayout |
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) |
Name | Description | |
---|---|---|
OnKeyChanged | Overridden. Method called when the NodeLayoutBase.Key property is altered. | |
OnPropertyChanged | Overloaded. Overridden. 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. | |
OnVisibilityChanged | Raised when the Visiblity of a NodeLayout has changed. | |
RaisePropertyChangedEvent | (Inherited from Infragistics.DependencyObjectNotifier) | |
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) |