Back to Devexpress

TreeViewControl Properties

wpf-devexpress-dot-xpf-dot-grid-dot-treeviewcontrol-dot-underscore-properties.md

latest78.6 KB
Original Source

TreeViewControl Properties

The TreeView control.

NameDescription
ActiveFilterInfoGets the information about the filter currently applied within the grid. This is a dependency property. Inherited from DataControlBase.
ActualHeightGets the rendered height of this element. Inherited from FrameworkElement.
ActualWidthGets the rendered width of this element. Inherited from FrameworkElement.
AllowColumnMRUFilterListNot supported in the TreeViewControl.
AllowDragDropGets or sets whether a user can drag and drop nodes. This is a dependency property.
AllowDropGets or sets a value indicating whether this element can be used as the target of a drag-and-drop operation. This is a dependency property. Inherited from UIElement.
AllowEditingGets or sets whether users can edit node values. This is a dependency property.
AllowIndeterminateCheckStateGets or sets whether a user can set the node’s check boxes to three states (checked, unchecked and indeterminate). This is a dependency property.
AllowInitiallyFocusedRowGets or sets whether the GridControl is initially displayed with a focused row. This is a dependency property. Inherited from DataControlBase.
AllowLeaveInvalidEditorGets or sets whether an editor that did not pass validation can lose focus. This is a dependency property.
AllowLiveDataShapingGets or sets whether the GridControl recalculates data shaping operations (for example, data sort and filter, summary calculation, and scrollbar annotation display) when you modify a data source outside the grid. Inherited from DataControlBase.
AllowMRUFilterListNot supported in the TreeViewControl.
AllowPerPixelScrollingGets or sets whether per-pixel scrolling is enabled. This is a dependency property.
AllowRecursiveNodeCheckingGets or sets whether recursive check box selection is enabled. This is a dependency property.
AllowScrollAnimationGets or sets whether to enable scroll animation. This is a dependency property.
AllowScrollingOnDragGets or sets whether to scroll the view when users drag nodes to its edges. This is a dependency property.
AllowSortedDataDragDropGets or sets whether a user can drag and drop sorted data. This is a dependency property.
AllowUpdateTwoWayBoundPropertiesOnSynchronizationPrevents the DataControlBase.SelectedItem binding source from being updated during synchronization with the DataControlBase.ItemsSource. This is a dependency property. Inherited from DataControlBase.
AreAnyTouchesCapturedGets a value that indicates whether at least one touch is captured to this element. Inherited from UIElement.
AreAnyTouchesCapturedWithinGets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree. Inherited from UIElement.
AreAnyTouchesDirectlyOverGets a value that indicates whether at least one touch is pressed over this element. Inherited from UIElement.
AreAnyTouchesOverGets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree. Inherited from UIElement.
AutoExpandAllNodesGets or sets whether to expand all nodes when the TreeViewControl is loaded. This is a dependency property.
AutoExpandDelayOnDragGets or sets the delay in milliseconds, after which the TreeViewControl expands the collapsed group. This is a dependency property.
AutoExpandOnDragGets or sets whether to expand a collapsed group when a user drags a record over this group. This is a dependency property.
AutoGenerateColumnsNot supported in the TreeViewControl.
AutoPopulateColumnsObsolete. Gets or sets whether columns should be created automatically for all fields in a data source if the grid doesn’t contain any columns. This is a dependency property. Inherited from DataControlBase.
AutoScrollCurrentNodeGets or sets whether to horizontally scroll the view when a user focuses a node that does not fit the TreeViewControl. This is a dependency property.
AutoWidthModeGets or sets how to calculate the TreeViewControl‘s width, by the maximum width of the longest visible node or by the maximum width of the longest node that was ever visible.
BackgroundGets or sets a brush that describes the background of a control. Inherited from Control.
BandGeneratorStyleNot supported in the TreeViewControl.
BandGeneratorTemplateNot supported in the TreeViewControl.
BandGeneratorTemplateSelectorNot supported in the TreeViewControl.
BandsSourceNot supported in the TreeViewControl.
BindingGroupGets or sets the BindingGroup that is used for the element. Inherited from FrameworkElement.
BitmapEffectGets or sets a bitmap effect that applies directly to the rendered content for this element. This is a dependency property. Inherited from UIElement.
BitmapEffectInputGets or sets an input source for the bitmap effect that applies directly to the rendered content for this element. This is a dependency property. Inherited from UIElement.
BorderBrushGets or sets a brush that describes the border background of a control. Inherited from Control.
BorderThicknessGets or sets the border thickness of a control. Inherited from Control.
CacheModeGets or sets a cached representation of the UIElement. Inherited from UIElement.
CheckBoxFieldNameGets or sets the name of a field in a data source to which check boxes are bound. This is a dependency property.
CheckBoxValueConverterGets or sets a converter that specifies a checkbox value. This is a dependency property.
ChildNodesPathGets or sets the name of the field that contains child nodes. This is a dependency property.
ChildNodesSelectorGets or sets a selector that returns the list of child nodes for the processed node. This is a dependency property.
ClearCacheInherited from DataControlBase.
ClipGets or sets the geometry used to define the outline of the contents of an element. This is a dependency property. Inherited from UIElement.
ClipboardCopyModeGets or sets how data is copied to the clipboard. This is a dependency property. Inherited from DataControlBase.
ClipboardCopyOptionsGets or sets with which formats (RTF, HTML, Biff8(xls), CSV, Text, UnicodeText) the data copied from the TreeViewControl should be compatible. This is a dependency property.
ClipboardModeGets or sets whether to copy TreeViewControl data with the format settings. This is a dependency property.
ClipToBoundsGets or sets a value indicating whether to clip the content of this element (or content coming from the child elements of this element) to fit into the size of the containing element. This is a dependency property. Inherited from UIElement.
ColumnGeneratorStyleNot supported in the TreeViewControl.
ColumnGeneratorTemplateNot supported in the TreeViewControl.
ColumnGeneratorTemplateSelectorNot supported in the TreeViewControl.
ColumnsSourceNot supported in the TreeViewControl.
CommandBindingsGets a collection of CommandBinding objects associated with this element. A CommandBinding enables command handling for this element, and declares the linkage between a command, its events, and the handlers attached by this element. Inherited from UIElement.
ConditionalFormattingResultForDesignTimeInherited from DataControlBase.
ContextMenuGets or sets the context menu element that should appear whenever the context menu is requested through user interface (UI) from within this element. Inherited from FrameworkElement.
CriteriaConverterGets or sets a converter that parses the GridControl‘s filter and returns a filter of a type used in your Model. This is a dependency property. Inherited from DataControlBase.
CurrentCellValueGet or sets the value associated with the currently focused cell. Inherited from DataControlBase.
CurrentColumnNot supported in the TreeViewControl.
CurrentItemGets or sets the currently focused data row. Inherited from DataControlBase.
CurrentNodeGets or sets the currently focused node.
CurrentProcessIdInherited from DataControlBase.
CursorGets or sets the cursor that displays when the mouse pointer is over this element. Inherited from FrameworkElement.
CustomUniqueValuesCommandGets or sets a command that populates a column’s Drop-down Filter with unique values. Inherited from DataControlBase.
DataAreaBackgroundGets or sets the brush used to paint the background of the GridControl/TreeListControl‘s data area. This is a dependency property. Inherited from DataControlBase.
DataContextGets or sets the data context for an element when it participates in data binding. Inherited from FrameworkElement.
DefaultSortingGets or sets the name of a data field whose values are sorted by default. This is a dependency property. Inherited from DataControlBase.
DefaultStyleKey protectedGets or sets the key to use to reference the style for this control, when theme styles are used or defined. Inherited from FrameworkElement.
DeleteKeyBehaviorGets or sets the action executed when a user presses the Delete key. This is a dependency property. Inherited from DataControlBase.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DesignTimeColumnsListInherited from DataControlBase.
DesignTimeDataObjectTypeGets or sets the type of objects stored in a data source. This is a dependency property. Inherited from DataControlBase.
DesignTimeDataSourceRowCountGets or sets the number of temporary data rows displayed within the grid at design time. This is a dependency property. Inherited from DataControlBase.
DesignTimeIsFieldListAvailableInherited from DataControlBase.
DesignTimeShowSampleDataGets or sets whether sample data is displayed within the grid at design time. This is a dependency property. Inherited from DataControlBase.
DesignTimeUseDistinctSampleValuesGets or sets whether sample data rows contain distinct values. This is a dependency property. Inherited from DataControlBase.
DesiredSizeGets the size that this element computed during the measure pass of the layout process. Inherited from UIElement.
DetectNestedPropertyChangesGets or sets whether the GridControl detects nested property changes. Inherited from DataControlBase.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
DragDropHintTemplateGets or sets the template that defines the drag-and-drop hint’s appearance. This is a dependency property.
DropMarkerTemplateGets or sets the template that defines the drop marker’s appearance. This is a dependency property.
EditSettingsGets or sets an object that contains the TreeViewControl editor’s settings. This is a dependency property.
EffectGets or sets the bitmap effect to apply to the UIElement. This is a dependency property. Inherited from UIElement.
EnableDynamicLoadingGets or sets whether to create nodes dynamically when you expand their parent node. This is a dependency property.
EnableSmartColumnsGenerationGets or sets whether to enable smart columns generation feature. This is a dependency property. Inherited from DataControlBase.
EvenRowBackgroundGets or sets a theme-dependent brush that highlights even nodes. This is a dependency property.
ExpandNodesOnFilteringGets or sets whether to expand a node if its child nodes contain the search string. This is a dependency property.
ExpandStateBindingGets or sets the binding that specifies that nodes are expanded.
ExpandStateFieldNameGets or sets the field name in a data source that specifies expanded nodes. This is a dependency property.
FetchSublevelChildrenOnExpandGets or sets whether the TreeViewControl fetches child nodes of sub-level nodes when you expand their parent node. This is a dependency property.
FilterCriteriaGets or sets the grid’s filter criteria. This is a dependency property. Inherited from DataControlBase.
FilteredComponentGets an object that should be bound to a standalone FilterControl. Inherited from DataControlBase.
FilteringContextGets the context that binds a filter item to the GridControl ‘s data. Inherited from DataControlBase.
FilteringModeGets or sets how the TreeViewControl filters its nodes. This is a dependency property.
FilterStringGets or sets the grid’s filter expression. This is a dependency property. Inherited from DataControlBase.
FixedFilterSpecifies the filter criteria that is always applied to the grid data and cannot be modified by the end-user. This is a dependency property. Inherited from DataControlBase.
FlowDirectionGets or sets the direction that text and other user interface (UI) elements flow within any parent element that controls their layout. Inherited from FrameworkElement.
FocusableGets or sets a value that indicates whether the element can receive focus. This is a dependency property. Inherited from UIElement.
FocusVisualStyleGets or sets a property that enables customization of appearance, effects, or other style characteristics that will apply to this element when it captures keyboard focus. Inherited from FrameworkElement.
FontFamilyGets or sets the font family of the control. Inherited from Control.
FontSizeGets or sets the font size. Inherited from Control.
FontStretchGets or sets the degree to which a font is condensed or expanded on the screen. Inherited from Control.
FontStyleGets or sets the font style. Inherited from Control.
FontWeightGets or sets the weight or thickness of the specified font. Inherited from Control.
ForceCursorGets or sets a value that indicates whether this FrameworkElement should force the user interface (UI) to render the cursor as declared by the Cursor property. Inherited from FrameworkElement.
ForegroundGets or sets a brush that describes the foreground color. Inherited from Control.
HandlesScrolling protectedGets a value that indicates whether a control supports scrolling. Inherited from Control.
HasAnimatedPropertiesGets a value indicating whether this element has any animated properties. Inherited from UIElement.
HasChildNodesPathGets or sets the name of a data source’s field that determines whether a node has children. This is a dependency property.
HasEffectiveKeyboardFocus protectedGets a value that indicates whether the UIElement has focus. Inherited from UIElement.
HeightGets or sets the suggested height of the element. Inherited from FrameworkElement.
HighlightItemOnHoverGets or sets whether to highlight a node on hover.
HighlightSelectedNodeIndentGets or sets whether to highlight a node’s indent area.
HorizontalAlignmentGets or sets the horizontal alignment characteristics applied to this element when it is composed within a parent element, such as a panel or items control. Inherited from FrameworkElement.
HorizontalContentAlignmentGets or sets the horizontal alignment of the control’s content. Inherited from Control.
ImageFieldNameGets or sets the field name in a data source that contains node images. This is a dependency property.
ImplyNullLikeEmptyStringWhenFilteringGets or sets whether to allow filtering empty items using the Checked Filter Dropdown List. This is the dependency property. Inherited from DataControlBase.
InheritanceBehavior protectedGets or sets the scope limits for property value inheritance, resource key lookup, and RelativeSource FindAncestor lookup. Inherited from FrameworkElement.
InputBindingsGets the collection of input bindings associated with this element. Inherited from UIElement.
InputScopeGets or sets the context for input used by this FrameworkElement. Inherited from FrameworkElement.
IsArrangeValidGets a value indicating whether the computed size and position of child elements in this element’s layout are valid. Inherited from UIElement.
IsCheckBoxEnabledBindingGets or sets the binding that determines whether a node’s check box is enabled.
IsEnabledGets or sets a value indicating whether this element is enabled in the user interface (UI). This is a dependency property. Inherited from UIElement.
IsEnabledCore protectedGets a value that becomes the return value of IsEnabled in derived classes. Inherited from UIElement.
IsFilterEnabledGets or sets whether the current filter is enabled. This is a dependency property. Inherited from DataControlBase.
IsFocusedGets a value that determines whether this element has logical focus. This is a dependency property. Inherited from UIElement.
IsHitTestVisibleGets or sets a value that declares whether this element can possibly be returned as a hit test result from some portion of its rendered content. This is a dependency property. Inherited from UIElement.
IsInitializedGets a value that indicates whether this element has been initialized, either during processing by a XAML processor, or by explicitly having its EndInit() method called. Inherited from FrameworkElement.
IsInputMethodEnabledGets a value indicating whether an input method system, such as an Input Method Editor (IME), is enabled for processing the input to this element. Inherited from UIElement.
IsKeyboardFocusedGets a value indicating whether this element has keyboard focus. This is a dependency property. Inherited from UIElement.
IsKeyboardFocusWithinGets a value indicating whether keyboard focus is anywhere within the element or its visual tree child elements. This is a dependency property. Inherited from UIElement.
IsLoadedGets a value that indicates whether this element has been loaded for presentation. Inherited from FrameworkElement.
IsManipulationEnabledGets or sets a value that indicates whether manipulation events are enabled on this UIElement. Inherited from UIElement.
IsMeasureValidGets a value indicating whether the current size returned by layout measure is valid. Inherited from UIElement.
IsMouseCapturedGets a value indicating whether the mouse is captured to this element. This is a dependency property. Inherited from UIElement.
IsMouseCaptureWithinGets a value that determines whether mouse capture is held by this element or by child elements in its visual tree. This is a dependency property. Inherited from UIElement.
IsMouseDirectlyOverGets a value that indicates whether the position of the mouse pointer corresponds to hit test results, which take element compositing into account. This is a dependency property. Inherited from UIElement.
IsMouseOverGets a value indicating whether the mouse pointer is located over this element (including child elements in the visual tree). This is a dependency property. Inherited from UIElement.
IsNodeMenuEnabledGets or sets whether a user can right-click a node to access its context menu. This is a dependency property.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
IsSortedGets whether TreeViewControl data is sorted. This is a dependency property.
IsStylusCapturedGets a value indicating whether the stylus is captured by this element. This is a dependency property. Inherited from UIElement.
IsStylusCaptureWithinGets a value that determines whether stylus capture is held by this element, or an element within the element bounds and its visual tree. This is a dependency property. Inherited from UIElement.
IsStylusDirectlyOverGets a value that indicates whether the stylus position corresponds to hit test results, which take element compositing into account. This is a dependency property. Inherited from UIElement.
IsStylusOverGets a value indicating whether the stylus cursor is located over this element (including visual child elements). This is a dependency property. Inherited from UIElement.
IsTabStopGets or sets a value that indicates whether a control is included in tab navigation. Inherited from Control.
IsVisibleGets a value indicating whether this element is visible in the user interface (UI). This is a dependency property. Inherited from UIElement.
ItemsSourceGets or sets the grid’s data source. This is a dependency property. Inherited from DataControlBase.
KeyFieldNameGets or sets the name of the service field in a data source that contains unique values. This is a dependency property.
LanguageGets or sets localization/globalization language information that applies to an element. Inherited from FrameworkElement.
LayoutTransformGets or sets a graphics transformation that should apply to this element when layout is performed. Inherited from FrameworkElement.
MarginGets or sets the outer margin of an element. Inherited from FrameworkElement.
MaxHeightGets or sets the maximum height constraint of the element. Inherited from FrameworkElement.
MaxWidthGets or sets the maximum width constraint of the element. Inherited from FrameworkElement.
MinHeightGets or sets the minimum height constraint of the element. Inherited from FrameworkElement.
MinWidthGets or sets the minimum width constraint of the element. Inherited from FrameworkElement.
MRUColumnFilterListCountNot supported in the TreeViewControl.
MRUFilterListGets a collection of the most recently used filters. Inherited from DataControlBase.
MRUFilterListCountNot supported in the TreeViewControl.
MRUFiltersGets the collection of the most recently used filters. Inherited from DataControlBase.
NameGets or sets the identifying name of the element. The name provides a reference so that code-behind, such as event handler code, can refer to a markup element after it is constructed during processing by a XAML processor. Inherited from FrameworkElement.
NodeContentDisplayTemplateGets or sets a template that displays node values. This is a dependency property.
NodeContentDisplayTemplateSelectorGets or sets an object that chooses a node value template based on custom logic. This is a dependency property.
NodeContentEditTemplateGets or sets a template that displays a custom editor used to edit node values. This is a dependency property.
NodeContentEditTemplateSelectorGets or sets an object that chooses a template for a custom editor based on custom logic. This is a dependency property.
NodeContentMinWidthGets or sets the minimum width for nodes.
NodeContentStyleGets or sets the style applied to node content. This is a dependency property.
NodeContentTemplateGets or sets a template that defines the node content appearance. This is a dependency property.
NodeContentTemplateSelectorGets or sets an object that chooses a node content template based on custom logic. This is a dependency property.
NodeDetailsTemplateGets or sets the template used to display the node details. This is a dependency property.
NodeDetailsTemplateSelectorGets or sets an object that chooses a node details template based on custom logic. This is a dependency property.
NodeDetailsVisibilityModeGets or sets a value that specifies whether to display the node details. This is a dependency property.
NodeImageSelectorGets or sets a selector that chooses a node image based on custom logic. This is a dependency property.
NodeImageSizeGets or sets the size of the node images. This is a dependency property
NodeIndentGets or sets the node indent’s width.
NodeMenuCustomizationsAllows you to add menu items to a node’s context menu.
NodesGets the collection of root nodes.
NodeStyleGets or sets the style applied to data nodes. This is a dependency property.
NodeTemplateGets or sets the template that defines the node appearance. This is a dependency property.
NodeTemplateSelectorGets or sets an object that chooses a template for data nodes based on custom logic. This is a dependency property.
OpacityGets or sets the opacity factor applied to the entire UIElement when it is rendered in the user interface (UI). This is a dependency property. Inherited from UIElement.
OpacityMaskGets or sets an opacity mask, as a Brush implementation that is applied to any alpha-channel masking for the rendered content of this element. This is a dependency property. Inherited from UIElement.
OverridesDefaultStyleGets or sets a value that indicates whether this element incorporates style properties from theme styles. Inherited from FrameworkElement.
OwnerDetailDescriptorGets or sets the detail descriptor that owns this data control. Inherited from DataControlBase.
PaddingGets or sets the padding inside a control. Inherited from Control.
ParentGets the logical parent element of this element. Inherited from FrameworkElement.
ParentFieldNameGets or sets the name of the service field in a data source that contains parent node values. This is a dependency property.
PersistIdGets a value that uniquely identifies this element. Inherited from UIElement.
RenderSizeGets (or sets) the final render size of this element. Inherited from UIElement.
RenderTransformGets or sets transform information that affects the rendering position of this element. This is a dependency property. Inherited from UIElement.
RenderTransformOriginGets or sets the center point of any possible render transform declared by RenderTransform, relative to the bounds of the element. This is a dependency property. Inherited from UIElement.
ResourcesGets or sets the locally-defined resource dictionary. Inherited from FrameworkElement.
RestoreStateKeyFieldNameGets or sets a name of key field that is used to compare two objects when the state is restored. Inherited from DataControlBase.
RestoreStateOnSourceChangeGets or sets whether to retain the control’s select, focus, check, and group states when a new ItemsSource is assigned. Inherited from DataControlBase.
RestoreTreeStateOnClearFilterGets or sets whether to restore the TreeViewControl state (expanded nodes, selected node) when a user clears the search string. This is a dependency property.
RootValueGets or sets the value that root nodes contain in the field specified by the ParentFieldName property.
RunConditionalFormattingEditorInDesignTimeInherited from DataControlBase.
RunFilterStringEditorInDesignTimeInherited from DataControlBase.
ScrollAnimationDurationGets or sets the scroll animation length. This is a dependency property.
ScrollAnimationModeGets or sets the scroll animation mode. This is a dependency property.
SearchDelayGets or sets the time in milliseconds before the search is initiated. This is a dependency property.
SearchPanelAllowFilterGets or sets whether the TreeViewControl displays only records that match the search criteria. This is a dependency property.
SearchPanelFindFilterGets or sets the type of the comparison operator used to create filter conditions. This is a dependency property.
SearchPanelHighlightResultsGets or sets whether to highlight search results within located records. This is a dependency property.
SearchPanelImmediateMRUPopupGets or sets whether to invoke the MRU search drop-down list when a user types text in the Search Panel. This is a dependency property.
SearchPanelNullTextGets or sets the text displayed in the Search Panel when the search string is null. This is a dependency property.
SearchPanelParseModeGets or sets a mode that specifies how the search string is parsed. This is a dependency property.
SearchStringGets or sets the search string specified in the Search Panel. This is a dependency property.
SelectedItemGets or sets the focused data row (if row multi-selection is disabled); or the row that was selected first (if row multi-selection is enabled). Inherited from DataControlBase.
SelectedItemsGets or sets a list of data objects that correspond to rows/nodes selected within a View. Inherited from DataControlBase.
SelectionModeGets or sets whether multiple row/cell selection is enabled. This is a dependency property. Inherited from DataControlBase.
ShowAllTableValuesInCheckedFilterPopupNot supported in the TreeViewControl.
ShowAllTableValuesInFilterPopupNot supported in the TreeViewControl.
ShowBorderGets or sets whether to show the grid’s border. This is a dependency property. Inherited from DataControlBase.
ShowCheckboxesGets or sets whether to display node check boxes. This is a dependency property.
ShowDragDropHintGets or sets whether to display the drag-and-drop hint when a user drags a record. This is a dependency property.
ShowExpandButtonsGets or sets whether to show expand buttons. This is a dependency property.
ShowLoadingPanelGets or sets whether the Loading Panel can be displayed within the grid control. This is a dependency property. Inherited from DataControlBase.
ShowNodeImagesGets or sets whether to display node images. This is a dependency property.
ShowRootIndentGets or sets whether to show an indent for the root node.
ShowSearchPanelGets or sets whether to display the Search Panel. This is a dependency property.
ShowSearchPanelMRUButtonGets or sets whether to display the MRU search button in the Search Panel. This is a dependency property.
ShowSearchPanelResultInfoGets or sets whether to show information about search results in the search panel. This is a dependency property.
ShowTargetInfoInDragDropHintGets or sets whether the drag-and-drop hint shows additional information about a drop target. This is a dependency property.
SkipDisabledCheckBoxesOnRecursiveNodeCheckingGets or sets whether the state of disabled check boxes affects recursive check box selection.
SnapsToDevicePixelsGets or sets a value that determines whether rendering for this element should use device-specific pixel settings during rendering. This is a dependency property. Inherited from UIElement.
SortFieldNameGets or sets the field in a data source by which the TreeViewControl sorts its data.
SortInfoProvides access to the collection that contains information on the sorted and grouping columns. Inherited from TreeListControlBase.
SortModeGets or sets how the TreeViewControl sorts its data. This is a dependency property.
SortOrderGets or sets the TreeViewControl‘s sort order. This is a dependency property.
StyleGets or sets the style used by this element when it is rendered. Inherited from FrameworkElement.
StylusPlugIns protectedGets a collection of all stylus plug-in (customization) objects associated with this element. Inherited from UIElement.
SupportDomainDataSourceThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataControlBase.
TabIndexGets or sets a value that determines the order in which elements receive focus when the user navigates through controls by using the TAB key. Inherited from Control.
TagGets or sets an arbitrary object value that can be used to store custom information about this element. Inherited from FrameworkElement.
TemplateGets or sets a control template. Inherited from Control.
TemplatedParentGets a reference to the template parent of this element. This property is not relevant if the element was not created through a template. Inherited from FrameworkElement.
ToolTipGets or sets the tool-tip object that is displayed for this element in the user interface (UI). Inherited from FrameworkElement.
TotalNodesCountGets the total number of nodes stored in the TreeViewControl.
TotalSummaryNot supported in the TreeViewControl.
TotalSummaryGeneratorTemplateNot supported in the TreeViewControl.
TotalSummarySourceNot supported in the TreeViewControl.
TouchesCapturedGets all touch devices that are captured to this element. Inherited from UIElement.
TouchesCapturedWithinGets all touch devices that are captured to this element or any child elements in its visual tree. Inherited from UIElement.
TouchesDirectlyOverGets all touch devices that are over this element. Inherited from UIElement.
TouchesOverGets all touch devices that are over this element or any child elements in its visual tree. Inherited from UIElement.
TreeDerivationModeGets or sets the tree derivation mode. This is a dependency property.
TreeLineStyleGets or sets whether to display tree lines that connect nodes. This is a dependency property.
TreeViewFieldNameGets or sets the name of the data source field assigned to the TreeViewControl. This is a dependency property.
TriggersGets the collection of triggers established directly on this element, or in child elements. Inherited from FrameworkElement.
UidGets or sets the unique identifier (for localization) for this element. This is a dependency property. Inherited from UIElement.
UseEvenRowBackgroundSpecifies whether to use a theme-dependent brush to highlight even nodes. This is a dependency property.
UseFieldNameForSerializationNot supported in the TreeViewControl.
UseLayoutRoundingGets or sets a value that indicates whether layout rounding should be applied to this element’s size and position during layout. Inherited from FrameworkElement.
VerticalAlignmentGets or sets the vertical alignment characteristics applied to this element when it is composed within a parent element such as a panel or items control. Inherited from FrameworkElement.
VerticalContentAlignmentGets or sets the vertical alignment of the control’s content. Inherited from Control.
VisibilityGets or sets the user interface (UI) visibility of this element. This is a dependency property. Inherited from UIElement.
VisibleItemsGets a set of visible grid data items - all the items except ones that are filtered out. Inherited from DataControlBase.
VisibleNodeCountGets the total number of nodes displayed in the TreeViewControl.
VisibleRowCountGets the total number of nodes displayed in the TreeViewControl.
VisualBitmapEffect protectedGets or sets the BitmapEffect value for the Visual. Inherited from Visual.
VisualBitmapEffectInput protectedGets or sets the BitmapEffectInput value for the Visual. Inherited from Visual.
VisualBitmapScalingMode protectedGets or sets the BitmapScalingMode for the Visual. Inherited from Visual.
VisualCacheMode protectedGets or sets a cached representation of the Visual. Inherited from Visual.
VisualChildrenCount protectedGets the number of visual child elements within this element. Inherited from FrameworkElement.
VisualClearTypeHint protectedGets or sets the ClearTypeHint that determines how ClearType is rendered in the Visual. Inherited from Visual.
VisualClip protectedGets or sets the clip region of the Visual as a Geometry value. Inherited from Visual.
VisualEdgeMode protectedGets or sets the edge mode of the Visual as an EdgeMode value. Inherited from Visual.
VisualEffect protectedGets or sets the bitmap effect to apply to the Visual. Inherited from Visual.
VisualOffset protectedGets or sets the offset value of the visual object. Inherited from Visual.
VisualOpacity protectedGets or sets the opacity of the Visual. Inherited from Visual.
VisualOpacityMask protectedGets or sets the Brush value that represents the opacity mask of the Visual. Inherited from Visual.
VisualParent protectedGets the visual tree parent of the visual object. Inherited from Visual.
VisualScrollableAreaClip protectedGets or sets a clipped scrollable area for the Visual. Inherited from Visual.
VisualTextHintingMode protectedGets or sets the TextHintingMode of the Visual. Inherited from Visual.
VisualTextRenderingMode protectedGets or sets the TextRenderingMode of the Visual. Inherited from Visual.
VisualTransform protectedGets or sets the Transform value for the Visual. Inherited from Visual.
VisualXSnappingGuidelines protectedGets or sets the x-coordinate (vertical) guideline collection. Inherited from Visual.
VisualYSnappingGuidelines protectedGets or sets the y-coordinate (horizontal) guideline collection. Inherited from Visual.
WidthGets or sets the width of the element. Inherited from FrameworkElement.

See Also

TreeViewControl Class

TreeViewControl Members

DevExpress.Xpf.Grid Namespace