The DataTreeGrid type exposes the following members.

Constructors

  NameDescription
Public methodDataTreeGrid
Initializes a new DataTreeGrid instance.

Methods

  NameDescription
Protected methodAddChild (Inherited from ItemsControl.)
Public methodAddHandler(RoutedEvent, Delegate) (Inherited from UIElementUIElement.)
Public methodAddHandler(RoutedEvent, Delegate, Boolean) (Inherited from UIElementUIElement.)
Protected methodAddLogicalChild (Inherited from FrameworkElement.)
Protected methodAddText (Inherited from ItemsControl.)
Public methodAddToEventRoute (Inherited from UIElement.)
Protected methodAddVisualChild (Inherited from Visual.)
Public methodApplyAnimationClock(DependencyProperty, AnimationClock) (Inherited from UIElementUIElement.)
Public methodApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) (Inherited from UIElementUIElement.)
Public methodApplyTemplate (Inherited from FrameworkElement.)
Public methodArrange (Inherited from UIElement.)
Protected methodArrangeCore (Inherited from FrameworkElement.)
Protected methodArrangeOverride (Inherited from Control.)
Public methodAttachItem
Attaches the specified item to this control instance.
Public methodBeginAnimation(DependencyProperty, AnimationTimeline) (Inherited from UIElementUIElement.)
Public methodBeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) (Inherited from UIElementUIElement.)
Public methodBeginEdit()()()() (Inherited from DataGridDataGrid.)
Public methodBeginEdit(RoutedEventArgs) (Inherited from DataGridDataGrid.)
Public methodBeginInit (Inherited from ItemsControl.)
Public methodBeginStoryboard(Storyboard) (Inherited from FrameworkElementFrameworkElement.)
Public methodBeginStoryboard(Storyboard, HandoffBehavior) (Inherited from FrameworkElementFrameworkElement.)
Public methodBeginStoryboard(Storyboard, HandoffBehavior, Boolean) (Inherited from FrameworkElementFrameworkElement.)
Public methodBeginUpdateItems
Signals the beginning of a set of updates within the items collection, in order to temporarily remove automatic user interface refreshes during this time, for optimization purposes. When the updates are complete, call EndUpdateItems()()()() method to refresh the user inteface and to revert to its standard behavior.
Protected methodBeginUpdateSelectedItems (Inherited from MultiSelector.)
Public methodBringIntoView()()()() (Inherited from FrameworkElementFrameworkElement.)
Public methodBringIntoView(Rect) (Inherited from FrameworkElementFrameworkElement.)
Public methodCancelEdit()()()() (Inherited from DataGridDataGrid.)
Public methodCancelEdit(DataGridEditingUnit) (Inherited from DataGridDataGrid.)
Public methodCanMoveDown
Returns a value that indicates whether the specified item may be moved down in the collection, optionally with its entire following children array, and optionally ensuring preserving the current parent item.
Public methodCanMoveUp
Returns a value that indicates whether the specified item may be moved up in the collection, optionally with its entire following children array, and optionally ensuring preserving the current parent item.
Public methodCaptureMouse (Inherited from UIElement.)
Public methodCaptureStylus (Inherited from UIElement.)
Public methodCaptureTouch (Inherited from UIElement.)
Public methodCheckAccess (Inherited from DispatcherObject.)
Protected methodClearContainerForItemOverride (Inherited from DataGrid.)
Public methodClearDetailsVisibilityForItem (Inherited from DataGrid.)
Public methodClearValue(DependencyProperty) (Inherited from DependencyObjectDependencyObject.)
Public methodClearValue(DependencyPropertyKey) (Inherited from DependencyObjectDependencyObject.)
Public methodCoerceValue (Inherited from DependencyObject.)
Public methodCollapseAll
Collapses all parent nodes in the hierarchy.
Public methodColumnFromDisplayIndex (Inherited from DataGrid.)
Public methodCommitEdit()()()() (Inherited from DataGridDataGrid.)
Public methodCommitEdit(DataGridEditingUnit, Boolean) (Inherited from DataGridDataGrid.)
Public methodContainerFromElement (Inherited from ItemsControl.)
Public methodContinueAsyncPresentation
Continues asynchronous presentation data load, if it was in progress and paused.
Public methodStatic memberDefaultItemComparison
Default item comparison for sorting items based on their content.
Public methodEndInit (Inherited from ItemsControl.)
Public methodEndUpdateItems
Signals the end of a set of updates within the items collection initiated by a BeginUpdateItems()()()() call, in order to refresh the user interface.
Protected methodEndUpdateSelectedItems (Inherited from MultiSelector.)
Public methodEnsureValidHierarchy
Resets any invalid indentation values in order to obtain a valid node hierarchy.
Public methodEquals (Inherited from DependencyObject.)
Public methodExpandAll
Expands all parent nodes in the hierarchy.
Protected methodFinalize (Inherited from Object.)
Public methodFindCommonVisualAncestor (Inherited from Visual.)
Public methodFindName (Inherited from FrameworkElement.)
Public methodFindResource (Inherited from FrameworkElement.)
Public methodFocus (Inherited from UIElement.)
Public methodGetAllChildren(Int32)
Iterates all level child items of the specified item down in the hierarchical collection.
Public methodGetAllChildren(DataTreeGridItem)
Iterates all level child items of the specified item down in the hierarchical collection.
Public methodGetAllParents(Int32)
Iterates all level parent items of the specified item up in the hierarchical collection.
Public methodGetAllParents(DataTreeGridItem)
Iterates all level parent items of the specified item up in the hierarchical collection.
Public methodGetAnimationBaseValue (Inherited from UIElement.)
Public methodGetBindingExpression (Inherited from FrameworkElement.)
Public methodGetChildren(Int32)
Iterates the direct child items of the specified item in the hierarchical collection.
Public methodGetChildren(DataTreeGridItem)
Iterates the direct child items of the specified item in the hierarchical collection.
Protected methodGetContainerForItemOverride (Inherited from DataGrid.)
Public methodGetDetailsVisibilityForItem (Inherited from DataGrid.)
Public methodGetExpandables
Iterates the expandable items in the hierarchical collection.
Public methodGetHashCode (Inherited from DependencyObject.)
Protected methodGetLayoutClip (Inherited from FrameworkElement.)
Public methodGetLeaves
Iterates the leaf items in the hierarchical collection.
Public methodGetLocalValueEnumerator (Inherited from DependencyObject.)
Public methodGetParent(Int32)
Gets the direct parent item of the specified item in the hierarchical collection.
Public methodGetParent(DataTreeGridItem)
Gets the direct parent item of the specified item in the hierarchical collection.
Public methodGetRoots
Iterates the root items in the hierarchical collection.
Public methodGetSelectedItemCount
Counts the currently visible selected items in the hierarchy and all their child items.
Public methodGetSelectedItems
Enumerates the currently visible selected items in the hierarchy and all their child items.
Protected methodGetTemplateChild (Inherited from FrameworkElement.)
Public methodGetType (Inherited from Object.)
Protected methodGetUIParentCore (Inherited from FrameworkElement.)
Public methodGetValue (Inherited from DependencyObject.)
Protected methodGetVisualChild (Inherited from FrameworkElement.)
Protected methodHitTestCore(PointHitTestParameters) (Inherited from UIElementUIElement.)
Protected methodHitTestCore(GeometryHitTestParameters) (Inherited from UIElementUIElement.)
Public methodIndexOf
Searches for the specified item and returns its zero-based index in the collection.
Public methodInputHitTest (Inherited from UIElement.)
Public methodInvalidateArrange (Inherited from UIElement.)
Public methodInvalidateMeasure (Inherited from UIElement.)
Public methodInvalidateProperty (Inherited from DependencyObject.)
Public methodInvalidateVisual (Inherited from UIElement.)
Public methodIsAncestorOf (Inherited from Visual.)
Public methodIsDescendantOf (Inherited from Visual.)
Public methodIsItemItsOwnContainer (Inherited from ItemsControl.)
Protected methodIsItemItsOwnContainerOverride (Inherited from DataGrid.)
Public methodMeasure (Inherited from UIElement.)
Protected methodMeasureCore (Inherited from FrameworkElement.)
Protected methodMeasureOverride (Inherited from DataGrid.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodMove(Int32, Int32)
Moves the item at the specified index to a new index in the collection. You may call EnsureValidHierarchy()()()() after this operation completes to preserve hierarchical collection validity.
Public methodMove(DataTreeGridItem, Int32, Boolean)
Moves the specified item to a new index in the collection, optionally with its entire following children array. You may call EnsureValidHierarchy()()()() after this operation completes to preserve hierarchical collection validity.
Public methodMoveDown
Moves the specified item down in the collection, optionally with its entire following children array, and optionally ensuring preserving the current parent item.
Public methodMoveFocus (Inherited from FrameworkElement.)
Public methodMoveRange
Moves the specified range of items from the specified index to a new index in the collection. You may call EnsureValidHierarchy()()()() after this operation completes to preserve hierarchical collection validity.
Public methodMoveUp
Moves the specified item up in the collection, optionally with its entire following children array, and optionally ensuring preserving the current parent item.
Protected methodOnAccessKey (Inherited from UIElement.)
Protected methodOnAddingNewItem (Inherited from DataGrid.)
Protected methodOnAlternationCountChanged (Inherited from ItemsControl.)
Public methodOnApplyTemplate
Builds the visual tree for the DataTreeGrid when a new template is applied and updates appropriate internal properties of the control.
(Overrides DataGrid..::..OnApplyTemplate()()()().)
Protected methodOnAsyncPresentationCompleted
Raises the AsyncPresentationCompleted event.
Protected methodOnAsyncPresentationStarted
Raises the AsyncPresentationStarted event.
Protected methodOnAutoGeneratedColumns (Inherited from DataGrid.)
Protected methodOnAutoGeneratingColumn (Inherited from DataGrid.)
Protected methodOnBeginningEdit (Inherited from DataGrid.)
Protected methodOnCanExecuteBeginEdit (Inherited from DataGrid.)
Protected methodOnCanExecuteCancelEdit (Inherited from DataGrid.)
Protected methodOnCanExecuteCommitEdit (Inherited from DataGrid.)
Protected methodOnCanExecuteCopy (Inherited from DataGrid.)
Protected methodOnCanExecuteDelete (Inherited from DataGrid.)
Protected methodOnCellEditEnding (Inherited from DataGrid.)
Protected methodOnChildDesiredSizeChanged (Inherited from UIElement.)
Protected methodOnColumnDisplayIndexChanged (Inherited from DataGrid.)
Protected methodOnColumnHeaderDragCompleted (Inherited from DataGrid.)
Protected methodOnColumnHeaderDragDelta (Inherited from DataGrid.)
Protected methodOnColumnHeaderDragStarted (Inherited from DataGrid.)
Protected methodOnColumnReordered (Inherited from DataGrid.)
Protected methodOnColumnReordering (Inherited from DataGrid.)
Protected methodOnContextMenuClosing (Inherited from FrameworkElement.)
Protected methodOnContextMenuOpening (Inherited from DataGrid.)
Protected methodOnCopyingRowClipboardContent (Inherited from DataGrid.)
Protected methodOnCreateAutomationPeer (Inherited from DataGrid.)
Protected methodOnCurrentCellChanged (Inherited from DataGrid.)
Protected methodOnDisplayMemberPathChanged (Inherited from ItemsControl.)
Protected methodOnDpiChanged (Inherited from Visual.)
Protected methodOnDragEnter (Inherited from UIElement.)
Protected methodOnDragLeave (Inherited from UIElement.)
Protected methodOnDragOver (Inherited from UIElement.)
Protected methodOnDrop (Inherited from UIElement.)
Protected methodOnExecutedBeginEdit (Inherited from DataGrid.)
Protected methodOnExecutedCancelEdit (Inherited from DataGrid.)
Protected methodOnExecutedCommitEdit (Inherited from DataGrid.)
Protected methodOnExecutedCopy (Inherited from DataGrid.)
Protected methodOnExecutedDelete (Inherited from DataGrid.)
Protected methodOnGiveFeedback (Inherited from UIElement.)
Protected methodOnGotFocus (Inherited from FrameworkElement.)
Protected methodOnGotKeyboardFocus (Inherited from UIElement.)
Protected methodOnGotMouseCapture (Inherited from UIElement.)
Protected methodOnGotStylusCapture (Inherited from UIElement.)
Protected methodOnGotTouchCapture (Inherited from UIElement.)
Protected methodOnGroupStyleSelectorChanged (Inherited from ItemsControl.)
Protected methodOnInitialized (Inherited from Selector.)
Protected methodOnInitializingNewItem (Inherited from DataGrid.)
Protected methodOnIsKeyboardFocusedChanged (Inherited from UIElement.)
Protected methodOnIsKeyboardFocusWithinChanged (Inherited from Selector.)
Protected methodOnIsMouseCapturedChanged (Inherited from DataGrid.)
Protected methodOnIsMouseCaptureWithinChanged (Inherited from UIElement.)
Protected methodOnIsMouseDirectlyOverChanged (Inherited from UIElement.)
Protected methodOnIsStylusCapturedChanged (Inherited from UIElement.)
Protected methodOnIsStylusCaptureWithinChanged (Inherited from UIElement.)
Protected methodOnIsStylusDirectlyOverChanged (Inherited from UIElement.)
Protected methodOnItemBindingGroupChanged (Inherited from ItemsControl.)
Protected methodOnItemCollectionChanged
Raises the ItemCollectionChanged event.
Protected methodOnItemContainerStyleChanged (Inherited from ItemsControl.)
Protected methodOnItemContainerStyleSelectorChanged (Inherited from ItemsControl.)
Protected methodOnItemPropertyChanged
Raises the ItemPropertyChanged event.
Protected methodOnItemsChanged (Inherited from DataGrid.)
Protected methodOnItemsPanelChanged (Inherited from ItemsControl.)
Protected methodOnItemsSourceChanged (Inherited from DataGrid.)
Protected methodOnItemStringFormatChanged (Inherited from ItemsControl.)
Protected methodOnItemTemplateChanged (Inherited from ItemsControl.)
Protected methodOnItemTemplateSelectorChanged (Inherited from ItemsControl.)
Protected methodOnKeyDown (Inherited from DataGrid.)
Protected methodOnKeyUp (Inherited from UIElement.)
Protected methodOnLoadingRow (Inherited from DataGrid.)
Protected methodOnLoadingRowDetails (Inherited from DataGrid.)
Protected methodOnLostFocus (Inherited from UIElement.)
Protected methodOnLostKeyboardFocus (Inherited from UIElement.)
Protected methodOnLostMouseCapture (Inherited from UIElement.)
Protected methodOnLostStylusCapture (Inherited from UIElement.)
Protected methodOnLostTouchCapture (Inherited from UIElement.)
Protected methodOnManipulationBoundaryFeedback (Inherited from UIElement.)
Protected methodOnManipulationCompleted (Inherited from UIElement.)
Protected methodOnManipulationDelta (Inherited from UIElement.)
Protected methodOnManipulationInertiaStarting (Inherited from UIElement.)
Protected methodOnManipulationStarted (Inherited from UIElement.)
Protected methodOnManipulationStarting (Inherited from UIElement.)
Protected methodOnMouseDoubleClick (Inherited from Control.)
Protected methodOnMouseDown (Inherited from UIElement.)
Protected methodOnMouseEnter (Inherited from UIElement.)
Protected methodOnMouseLeave (Inherited from UIElement.)
Protected methodOnMouseLeftButtonDown (Inherited from UIElement.)
Protected methodOnMouseLeftButtonUp (Inherited from UIElement.)
Protected methodOnMouseMove (Inherited from DataGrid.)
Protected methodOnMouseRightButtonDown (Inherited from UIElement.)
Protected methodOnMouseRightButtonUp (Inherited from UIElement.)
Protected methodOnMouseUp (Inherited from UIElement.)
Protected methodOnMouseWheel (Inherited from UIElement.)
Protected methodOnPreparingCellForEdit (Inherited from DataGrid.)
Protected methodOnPreviewDragEnter (Inherited from UIElement.)
Protected methodOnPreviewDragLeave (Inherited from UIElement.)
Protected methodOnPreviewDragOver (Inherited from UIElement.)
Protected methodOnPreviewDrop (Inherited from UIElement.)
Protected methodOnPreviewGiveFeedback (Inherited from UIElement.)
Protected methodOnPreviewGotKeyboardFocus (Inherited from UIElement.)
Protected methodOnPreviewKeyDown (Inherited from UIElement.)
Protected methodOnPreviewKeyUp (Inherited from UIElement.)
Protected methodOnPreviewLostKeyboardFocus (Inherited from UIElement.)
Protected methodOnPreviewMouseDoubleClick (Inherited from Control.)
Protected methodOnPreviewMouseDown (Inherited from UIElement.)
Protected methodOnPreviewMouseLeftButtonDown (Inherited from UIElement.)
Protected methodOnPreviewMouseLeftButtonUp (Inherited from UIElement.)
Protected methodOnPreviewMouseMove (Inherited from UIElement.)
Protected methodOnPreviewMouseRightButtonDown (Inherited from UIElement.)
Protected methodOnPreviewMouseRightButtonUp (Inherited from UIElement.)
Protected methodOnPreviewMouseUp (Inherited from UIElement.)
Protected methodOnPreviewMouseWheel (Inherited from UIElement.)
Protected methodOnPreviewQueryContinueDrag (Inherited from UIElement.)
Protected methodOnPreviewStylusButtonDown (Inherited from UIElement.)
Protected methodOnPreviewStylusButtonUp (Inherited from UIElement.)
Protected methodOnPreviewStylusDown (Inherited from UIElement.)
Protected methodOnPreviewStylusInAirMove (Inherited from UIElement.)
Protected methodOnPreviewStylusInRange (Inherited from UIElement.)
Protected methodOnPreviewStylusMove (Inherited from UIElement.)
Protected methodOnPreviewStylusOutOfRange (Inherited from UIElement.)
Protected methodOnPreviewStylusSystemGesture (Inherited from UIElement.)
Protected methodOnPreviewStylusUp (Inherited from UIElement.)
Protected methodOnPreviewTextInput (Inherited from UIElement.)
Protected methodOnPreviewTouchDown (Inherited from UIElement.)
Protected methodOnPreviewTouchMove (Inherited from UIElement.)
Protected methodOnPreviewTouchUp (Inherited from UIElement.)
Protected methodOnPropertyChanged (Inherited from FrameworkElement.)
Protected methodOnQueryContinueDrag (Inherited from UIElement.)
Protected methodOnQueryCursor (Inherited from UIElement.)
Protected methodOnRender (Inherited from UIElement.)
Protected methodOnRenderSizeChanged (Inherited from FrameworkElement.)
Protected methodOnRowDetailsVisibilityChanged (Inherited from DataGrid.)
Protected methodOnRowEditEnding (Inherited from DataGrid.)
Protected methodOnSelectedCellsChanged (Inherited from DataGrid.)
Protected methodOnSelectionChanged (Inherited from DataGrid.)
Protected methodOnSorting (Inherited from DataGrid.)
Protected methodOnStyleChanged (Inherited from FrameworkElement.)
Protected methodOnStylusButtonDown (Inherited from UIElement.)
Protected methodOnStylusButtonUp (Inherited from UIElement.)
Protected methodOnStylusDown (Inherited from UIElement.)
Protected methodOnStylusEnter (Inherited from UIElement.)
Protected methodOnStylusInAirMove (Inherited from UIElement.)
Protected methodOnStylusInRange (Inherited from UIElement.)
Protected methodOnStylusLeave (Inherited from UIElement.)
Protected methodOnStylusMove (Inherited from UIElement.)
Protected methodOnStylusOutOfRange (Inherited from UIElement.)
Protected methodOnStylusSystemGesture (Inherited from UIElement.)
Protected methodOnStylusUp (Inherited from UIElement.)
Protected methodOnTemplateChanged (Inherited from DataGrid.)
Protected methodOnTextInput (Inherited from DataGrid.)
Protected methodOnToolTipClosing (Inherited from FrameworkElement.)
Protected methodOnToolTipOpening (Inherited from FrameworkElement.)
Protected methodOnTouchDown (Inherited from UIElement.)
Protected methodOnTouchEnter (Inherited from UIElement.)
Protected methodOnTouchLeave (Inherited from UIElement.)
Protected methodOnTouchMove (Inherited from UIElement.)
Protected methodOnTouchUp (Inherited from UIElement.)
Protected methodOnUnloadingRow (Inherited from DataGrid.)
Protected methodOnUnloadingRowDetails (Inherited from DataGrid.)
Protected methodOnVisualChildrenChanged (Inherited from Visual.)
Protected methodOnVisualParentChanged (Inherited from FrameworkElement.)
Protected methodParentLayoutInvalidated (Inherited from FrameworkElement.)
Public methodPauseAsyncPresentation
Pauses asynchronous presentation data load, if it was in progress.
Public methodPointFromScreen (Inherited from Visual.)
Public methodPointToScreen (Inherited from Visual.)
Public methodPredictFocus (Inherited from FrameworkElement.)
Protected methodPrepareContainerForItemOverride (Inherited from DataGrid.)
Public methodRaiseEvent (Inherited from UIElement.)
Public methodReadLocalValue (Inherited from DependencyObject.)
Public methodRegisterName (Inherited from FrameworkElement.)
Public methodReleaseAllTouchCaptures (Inherited from UIElement.)
Public methodReleaseMouseCapture (Inherited from UIElement.)
Public methodReleaseStylusCapture (Inherited from UIElement.)
Public methodReleaseTouchCapture (Inherited from UIElement.)
Public methodRemoveHandler (Inherited from UIElement.)
Protected methodRemoveLogicalChild (Inherited from FrameworkElement.)
Protected methodRemoveVisualChild (Inherited from Visual.)
Public methodScrollIntoView(Object) (Inherited from DataGridDataGrid.)
Public methodScrollIntoView(Object, DataGridColumn) (Inherited from DataGridDataGrid.)
Public methodSelectAll (Inherited from MultiSelector.)
Public methodSelectAllCells (Inherited from DataGrid.)
Public methodSetBinding(DependencyProperty, BindingBase) (Inherited from FrameworkElementFrameworkElement.)
Public methodSetBinding(DependencyProperty, String) (Inherited from FrameworkElementFrameworkElement.)
Public methodSetCurrentValue (Inherited from DependencyObject.)
Public methodSetDetailsVisibilityForItem (Inherited from DataGrid.)
Public methodSetResourceReference (Inherited from FrameworkElement.)
Public methodSetValue(DependencyProperty, Object) (Inherited from DependencyObjectDependencyObject.)
Public methodSetValue(DependencyPropertyKey, Object) (Inherited from DependencyObjectDependencyObject.)
Protected methodShouldApplyItemContainerStyle (Inherited from ItemsControl.)
Public methodShouldSerializeCommandBindings (Inherited from UIElement.)
Public methodShouldSerializeGroupStyle (Inherited from ItemsControl.)
Public methodShouldSerializeInputBindings (Inherited from UIElement.)
Public methodShouldSerializeItems (Inherited from ItemsControl.)
Protected methodShouldSerializeProperty (Inherited from DependencyObject.)
Public methodShouldSerializeResources (Inherited from FrameworkElement.)
Public methodShouldSerializeStyle (Inherited from FrameworkElement.)
Public methodShouldSerializeTriggers (Inherited from FrameworkElement.)
Public methodSort(Comparison<(Of <<'(DataTreeGridItem>)>>), Boolean)
Hierarchically sorts all tree grid items in the collection based on the optionally specified parameters.
Public methodSort(DataTreeGridItem, Comparison<(Of <<'(DataTreeGridItem>)>>), Boolean)
Hierarchically sorts the child items within a specified root tree grid item in the collection based on the other optionally specified parameters.
Public methodSwitch(Int32, Int32)
Switches the items at the specified indexes in the collection.
Public methodSwitch(DataTreeGridItem, DataTreeGridItem, Boolean)
Switches two specified items in the collection, optionally with their entire following children arrays.
Public methodSwitchRanges
Switches the two specified ranges of items in the collection.
Public methodToString (Inherited from ItemsControl.)
Public methodTransformToAncestor(Visual) (Inherited from VisualVisual.)
Public methodTransformToAncestor(Visual3D) (Inherited from VisualVisual.)
Public methodTransformToDescendant (Inherited from Visual.)
Public methodTransformToVisual (Inherited from Visual.)
Public methodTranslatePoint (Inherited from UIElement.)
Public methodTryFindResource (Inherited from FrameworkElement.)
Public methodUnregisterName (Inherited from FrameworkElement.)
Public methodUnselectAll (Inherited from MultiSelector.)
Public methodUnselectAllCells (Inherited from DataGrid.)
Public methodUpdateActualNodeCollapsibility
Updates the IsActuallyCollapsible property values for all the managed items, if needed, based on the current runtime conditions.
Public methodUpdateDefaultStyle (Inherited from FrameworkElement.)
Public methodUpdateLayout (Inherited from UIElement.)
Public methodVerifyAccess (Inherited from DispatcherObject.)

Fields

  NameDescription
Public fieldStatic memberCollapsibilityMaxCountProperty
Identifies the CollapsibilityMaxCount dependency property.
Public fieldStatic memberExpanderTemplateProperty
Identifies the ExpanderTemplate dependency property.
Public fieldStatic memberIndentationUnitSizeProperty
Identifies the IndentationUnitSize dependency property.
Public fieldStatic memberIsAsyncPresentationEnabledMinCountProperty
Identifies the IsAsyncPresentationEnabledMinCount dependency property.
Public fieldStatic memberIsAsyncPresentationEnabledPageSizeProperty
Identifies the IsAsyncPresentationEnabledPageSize dependency property.
Public fieldStatic memberIsAsyncPresentationEnabledProperty
Identifies the IsAsyncPresentationEnabled dependency property.
Public fieldStatic memberItemsProperty
Identifies the Items dependency property.

Properties

  NameDescription
Public propertyActualHeight (Inherited from FrameworkElement.)
Public propertyActualWidth (Inherited from FrameworkElement.)
Public propertyAllowDrop (Inherited from UIElement.)
Public propertyAlternatingRowBackground (Inherited from DataGrid.)
Public propertyAlternationCount (Inherited from ItemsControl.)
Public propertyAreAnyTouchesCaptured (Inherited from UIElement.)
Public propertyAreAnyTouchesCapturedWithin (Inherited from UIElement.)
Public propertyAreAnyTouchesDirectlyOver (Inherited from UIElement.)
Public propertyAreAnyTouchesOver (Inherited from UIElement.)
Public propertyAreRowDetailsFrozen (Inherited from DataGrid.)
Public propertyAutoGenerateColumns (Inherited from DataGrid.)
Public propertyBackground (Inherited from Control.)
Public propertyBindingGroup (Inherited from FrameworkElement.)
Public propertyBitmapEffect Obsolete. (Inherited from UIElement.)
Public propertyBitmapEffectInput Obsolete. (Inherited from UIElement.)
Public propertyBorderBrush (Inherited from Control.)
Public propertyBorderThickness (Inherited from Control.)
Public propertyCacheMode (Inherited from UIElement.)
Protected propertyCanSelectMultipleItems (Inherited from MultiSelector.)
Public propertyCanUserAddRows (Inherited from DataGrid.)
Public propertyCanUserDeleteRows (Inherited from DataGrid.)
Public propertyCanUserReorderColumns (Inherited from DataGrid.)
Public propertyCanUserResizeColumns (Inherited from DataGrid.)
Public propertyCanUserResizeRows (Inherited from DataGrid.)
Public propertyCanUserSortColumns (Inherited from DataGrid.)
Public propertyCellsPanelHorizontalOffset (Inherited from DataGrid.)
Public propertyCellStyle (Inherited from DataGrid.)
Public propertyClip (Inherited from UIElement.)
Public propertyClipboardCopyMode (Inherited from DataGrid.)
Public propertyClipToBounds (Inherited from UIElement.)
Public propertyCollapsibilityMaxCount
Gets or sets the children count limit for parent nodes in order to be collapsible and expandable from the user interface; null by default, indicating that no limit applies. This is a dependency property.
Public propertyColumnHeaderHeight (Inherited from DataGrid.)
Public propertyColumnHeaderStyle (Inherited from DataGrid.)
Public propertyColumns (Inherited from DataGrid.)
Public propertyColumnWidth (Inherited from DataGrid.)
Public propertyCommandBindings (Inherited from UIElement.)
Public propertyContextMenu (Inherited from FrameworkElement.)
Public propertyCurrentCell (Inherited from DataGrid.)
Public propertyCurrentColumn (Inherited from DataGrid.)
Public propertyCurrentItem (Inherited from DataGrid.)
Public propertyCursor (Inherited from FrameworkElement.)
Public propertyDataContext (Inherited from FrameworkElement.)
Protected propertyDefaultStyleKey (Inherited from FrameworkElement.)
Public propertyDependencyObjectType (Inherited from DependencyObject.)
Public propertyDesiredSize (Inherited from UIElement.)
Public propertyDispatcher (Inherited from DispatcherObject.)
Public propertyDisplayMemberPath (Inherited from ItemsControl.)
Public propertyDragIndicatorStyle (Inherited from DataGrid.)
Public propertyDropLocationIndicatorStyle (Inherited from DataGrid.)
Public propertyEffect (Inherited from UIElement.)
Public propertyEnableColumnVirtualization (Inherited from DataGrid.)
Public propertyEnableRowVirtualization (Inherited from DataGrid.)
Public propertyExpanderTemplate
Gets or sets the template used for displaying node expanders in the DataTreeGridColumn cells. This is a dependency property.
Public propertyFlowDirection (Inherited from FrameworkElement.)
Public propertyFocusable (Inherited from UIElement.)
Public propertyFocusVisualStyle (Inherited from FrameworkElement.)
Public propertyFontFamily (Inherited from Control.)
Public propertyFontSize (Inherited from Control.)
Public propertyFontStretch (Inherited from Control.)
Public propertyFontStyle (Inherited from Control.)
Public propertyFontWeight (Inherited from Control.)
Public propertyForceCursor (Inherited from FrameworkElement.)
Public propertyForeground (Inherited from Control.)
Public propertyFrozenColumnCount (Inherited from DataGrid.)
Public propertyGridLinesVisibility (Inherited from DataGrid.)
Public propertyGroupStyle (Inherited from ItemsControl.)
Public propertyGroupStyleSelector (Inherited from ItemsControl.)
Protected propertyHandlesScrolling (Inherited from DataGrid.)
Public propertyHasAnimatedProperties (Inherited from UIElement.)
Protected propertyHasEffectiveKeyboardFocus (Inherited from UIElement.)
Public propertyHasItems (Inherited from ItemsControl.)
Public propertyHeadersVisibility (Inherited from DataGrid.)
Public propertyHeight (Inherited from FrameworkElement.)
Public propertyHorizontalAlignment (Inherited from FrameworkElement.)
Public propertyHorizontalContentAlignment (Inherited from Control.)
Public propertyHorizontalGridLinesBrush (Inherited from DataGrid.)
Public propertyHorizontalScrollBarVisibility (Inherited from DataGrid.)
Public propertyIndentationUnitSize
Gets or sets the indentation left padding used for each hierarchical level in the view. This is a dependency property.
Protected propertyInheritanceBehavior (Inherited from FrameworkElement.)
Public propertyInputBindings (Inherited from UIElement.)
Public propertyInputScope (Inherited from FrameworkElement.)
Public propertyIsArrangeValid (Inherited from UIElement.)
Public propertyIsAsyncPresentationEnabled
Gets or sets a value that indicates whether asynchronous presentation mode is enabled (true by default). This is a dependency property.
Public propertyIsAsyncPresentationEnabledMinCount
Gets or sets the number of items to be initially loaded synchronously when using asychronous presentation mode within the control (having IsAsyncPresentationEnabled property set to true). This is a dependency property.
Public propertyIsAsyncPresentationEnabledPageSize
Gets or sets the number of items to be loaded synchronously as one step when using asychronous presentation mode within the control (having IsAsyncPresentationEnabled property set to true). This is a dependency property.
Public propertyIsEnabled (Inherited from UIElement.)
Protected propertyIsEnabledCore (Inherited from UIElement.)
Public propertyIsFocused (Inherited from UIElement.)
Public propertyIsGrouping (Inherited from ItemsControl.)
Public propertyIsHitTestVisible (Inherited from UIElement.)
Public propertyIsInitialized (Inherited from FrameworkElement.)
Public propertyIsInputMethodEnabled (Inherited from UIElement.)
Public propertyIsKeyboardFocused (Inherited from UIElement.)
Public propertyIsKeyboardFocusWithin (Inherited from UIElement.)
Public propertyIsLoaded (Inherited from FrameworkElement.)
Public propertyIsManipulationEnabled (Inherited from UIElement.)
Public propertyIsMeasureValid (Inherited from UIElement.)
Public propertyIsMouseCaptured (Inherited from UIElement.)
Public propertyIsMouseCaptureWithin (Inherited from UIElement.)
Public propertyIsMouseDirectlyOver (Inherited from UIElement.)
Public propertyIsMouseOver (Inherited from UIElement.)
Public propertyIsReadOnly (Inherited from DataGrid.)
Public propertyIsSealed (Inherited from DependencyObject.)
Public propertyIsStylusCaptured (Inherited from UIElement.)
Public propertyIsStylusCaptureWithin (Inherited from UIElement.)
Public propertyIsStylusDirectlyOver (Inherited from UIElement.)
Public propertyIsStylusOver (Inherited from UIElement.)
Public propertyIsSynchronizedWithCurrentItem (Inherited from Selector.)
Public propertyIsTabStop (Inherited from Control.)
Public propertyIsTextSearchCaseSensitive (Inherited from ItemsControl.)
Public propertyIsTextSearchEnabled (Inherited from ItemsControl.)
Protected propertyIsUpdatingSelectedItems (Inherited from MultiSelector.)
Public propertyIsVisible (Inherited from UIElement.)
Public propertyItem
Gets the item at the specified index in the collection.
Public propertyItemBindingGroup (Inherited from ItemsControl.)
Public propertyItemContainerGenerator (Inherited from ItemsControl.)
Public propertyItemContainerStyle (Inherited from ItemsControl.)
Public propertyItemContainerStyleSelector (Inherited from ItemsControl.)
Public propertyItems
Gets a collection of DataTreeGridItem objects that represent the individual items in the DataTreeGrid control. This is a dependency property.
Public propertyItemsPanel (Inherited from ItemsControl.)
Public propertyItemsSource (Inherited from ItemsControl.)
Public propertyItemStringFormat (Inherited from ItemsControl.)
Public propertyItemTemplate (Inherited from ItemsControl.)
Public propertyItemTemplateSelector (Inherited from ItemsControl.)
Public propertyLanguage (Inherited from FrameworkElement.)
Public propertyLayoutTransform (Inherited from FrameworkElement.)
Protected propertyLogicalChildren (Inherited from ItemsControl.)
Public propertyMargin (Inherited from FrameworkElement.)
Public propertyMaxColumnWidth (Inherited from DataGrid.)
Public propertyMaxHeight (Inherited from FrameworkElement.)
Public propertyMaxWidth (Inherited from FrameworkElement.)
Public propertyMinColumnWidth (Inherited from DataGrid.)
Public propertyMinHeight (Inherited from FrameworkElement.)
Public propertyMinRowHeight (Inherited from DataGrid.)
Public propertyMinWidth (Inherited from FrameworkElement.)
Public propertyName (Inherited from FrameworkElement.)
Public propertyNewItemMargin (Inherited from DataGrid.)
Public propertyNonFrozenColumnsViewportHorizontalOffset (Inherited from DataGrid.)
Public propertyOpacity (Inherited from UIElement.)
Public propertyOpacityMask (Inherited from UIElement.)
Public propertyOverridesDefaultStyle (Inherited from FrameworkElement.)
Public propertyPadding (Inherited from Control.)
Public propertyParent (Inherited from FrameworkElement.)
Public propertyPersistId Obsolete. (Inherited from UIElement.)
Public propertyRenderSize (Inherited from UIElement.)
Public propertyRenderTransform (Inherited from UIElement.)
Public propertyRenderTransformOrigin (Inherited from UIElement.)
Public propertyResources (Inherited from FrameworkElement.)
Public propertyRowBackground (Inherited from DataGrid.)
Public propertyRowDetailsTemplate (Inherited from DataGrid.)
Public propertyRowDetailsTemplateSelector (Inherited from DataGrid.)
Public propertyRowDetailsVisibilityMode (Inherited from DataGrid.)
Public propertyRowHeaderActualWidth (Inherited from DataGrid.)
Public propertyRowHeaderStyle (Inherited from DataGrid.)
Public propertyRowHeaderTemplate (Inherited from DataGrid.)
Public propertyRowHeaderTemplateSelector (Inherited from DataGrid.)
Public propertyRowHeaderWidth (Inherited from DataGrid.)
Public propertyRowHeight (Inherited from DataGrid.)
Public propertyRowStyle (Inherited from DataGrid.)
Public propertyRowStyleSelector (Inherited from DataGrid.)
Public propertyRowValidationErrorTemplate (Inherited from DataGrid.)
Public propertyRowValidationRules (Inherited from DataGrid.)
Public propertySelectedCells (Inherited from DataGrid.)
Public propertySelectedIndex (Inherited from Selector.)
Public propertySelectedItem (Inherited from Selector.)
Public propertySelectedItems (Inherited from MultiSelector.)
Public propertySelectedValue (Inherited from Selector.)
Public propertySelectedValuePath (Inherited from Selector.)
Public propertySelectionMode (Inherited from DataGrid.)
Public propertySelectionUnit (Inherited from DataGrid.)
Public propertySnapsToDevicePixels (Inherited from UIElement.)
Public propertyStyle (Inherited from FrameworkElement.)
Protected propertyStylusPlugIns (Inherited from UIElement.)
Public propertyTabIndex (Inherited from Control.)
Public propertyTag (Inherited from FrameworkElement.)
Public propertyTemplate (Inherited from Control.)
Public propertyTemplatedParent (Inherited from FrameworkElement.)
Public propertyToolTip (Inherited from FrameworkElement.)
Public propertyTouchesCaptured (Inherited from UIElement.)
Public propertyTouchesCapturedWithin (Inherited from UIElement.)
Public propertyTouchesDirectlyOver (Inherited from UIElement.)
Public propertyTouchesOver (Inherited from UIElement.)
Public propertyTriggers (Inherited from FrameworkElement.)
Public propertyUid (Inherited from UIElement.)
Public propertyUseLayoutRounding (Inherited from FrameworkElement.)
Public propertyVerticalAlignment (Inherited from FrameworkElement.)
Public propertyVerticalContentAlignment (Inherited from Control.)
Public propertyVerticalGridLinesBrush (Inherited from DataGrid.)
Public propertyVerticalScrollBarVisibility (Inherited from DataGrid.)
Public propertyVisibility (Inherited from UIElement.)
Protected propertyVisualBitmapEffect Obsolete. (Inherited from Visual.)
Protected propertyVisualBitmapEffectInput Obsolete. (Inherited from Visual.)
Protected propertyVisualBitmapScalingMode (Inherited from Visual.)
Protected propertyVisualCacheMode (Inherited from Visual.)
Protected propertyVisualChildrenCount (Inherited from FrameworkElement.)
Protected propertyVisualClearTypeHint (Inherited from Visual.)
Protected propertyVisualClip (Inherited from Visual.)
Protected propertyVisualEdgeMode (Inherited from Visual.)
Protected propertyVisualEffect (Inherited from Visual.)
Protected propertyVisualOffset (Inherited from Visual.)
Protected propertyVisualOpacity (Inherited from Visual.)
Protected propertyVisualOpacityMask (Inherited from Visual.)
Protected propertyVisualParent (Inherited from Visual.)
Protected propertyVisualScrollableAreaClip (Inherited from Visual.)
Protected propertyVisualTextHintingMode (Inherited from Visual.)
Protected propertyVisualTextRenderingMode (Inherited from Visual.)
Protected propertyVisualTransform (Inherited from Visual.)
Protected propertyVisualXSnappingGuidelines (Inherited from Visual.)
Protected propertyVisualYSnappingGuidelines (Inherited from Visual.)
Public propertyWidth (Inherited from FrameworkElement.)

Events

  NameDescription
Public eventAddingNewItem (Inherited from DataGrid.)
Public eventAsyncPresentationCompleted
Raised when the asynchronous presentation operations are completed, during component initialization and when the source item collection changes.
Public eventAsyncPresentationStarted
Raised when the asynchronous presentation operations start, during component initialization and when the source item collection changes.
Public eventAutoGeneratedColumns (Inherited from DataGrid.)
Public eventAutoGeneratingColumn (Inherited from DataGrid.)
Public eventBeginningEdit (Inherited from DataGrid.)
Public eventCellEditEnding (Inherited from DataGrid.)
Public eventColumnDisplayIndexChanged (Inherited from DataGrid.)
Public eventColumnHeaderDragCompleted (Inherited from DataGrid.)
Public eventColumnHeaderDragDelta (Inherited from DataGrid.)
Public eventColumnHeaderDragStarted (Inherited from DataGrid.)
Public eventColumnReordered (Inherited from DataGrid.)
Public eventColumnReordering (Inherited from DataGrid.)
Public eventContextMenuClosing (Inherited from FrameworkElement.)
Public eventContextMenuOpening (Inherited from FrameworkElement.)
Public eventCopyingRowClipboardContent (Inherited from DataGrid.)
Public eventCurrentCellChanged (Inherited from DataGrid.)
Public eventDataContextChanged (Inherited from FrameworkElement.)
Public eventDragEnter (Inherited from UIElement.)
Public eventDragLeave (Inherited from UIElement.)
Public eventDragOver (Inherited from UIElement.)
Public eventDrop (Inherited from UIElement.)
Public eventFocusableChanged (Inherited from UIElement.)
Public eventGiveFeedback (Inherited from UIElement.)
Public eventGotFocus (Inherited from UIElement.)
Public eventGotKeyboardFocus (Inherited from UIElement.)
Public eventGotMouseCapture (Inherited from UIElement.)
Public eventGotStylusCapture (Inherited from UIElement.)
Public eventGotTouchCapture (Inherited from UIElement.)
Public eventInitialized (Inherited from FrameworkElement.)
Public eventInitializingNewItem (Inherited from DataGrid.)
Public eventIsEnabledChanged (Inherited from UIElement.)
Public eventIsHitTestVisibleChanged (Inherited from UIElement.)
Public eventIsKeyboardFocusedChanged (Inherited from UIElement.)
Public eventIsKeyboardFocusWithinChanged (Inherited from UIElement.)
Public eventIsMouseCapturedChanged (Inherited from UIElement.)
Public eventIsMouseCaptureWithinChanged (Inherited from UIElement.)
Public eventIsMouseDirectlyOverChanged (Inherited from UIElement.)
Public eventIsStylusCapturedChanged (Inherited from UIElement.)
Public eventIsStylusCaptureWithinChanged (Inherited from UIElement.)
Public eventIsStylusDirectlyOverChanged (Inherited from UIElement.)
Public eventIsVisibleChanged (Inherited from UIElement.)
Public eventItemCollectionChanged
Occurs when the data item collection within the control changes.
Public eventItemPropertyChanged
Occurs when a data property value of an item within the control changes.
Public eventKeyDown (Inherited from UIElement.)
Public eventKeyUp (Inherited from UIElement.)
Public eventLayoutUpdated (Inherited from UIElement.)
Public eventLoaded (Inherited from FrameworkElement.)
Public eventLoadingRow (Inherited from DataGrid.)
Public eventLoadingRowDetails (Inherited from DataGrid.)
Public eventLostFocus (Inherited from UIElement.)
Public eventLostKeyboardFocus (Inherited from UIElement.)
Public eventLostMouseCapture (Inherited from UIElement.)
Public eventLostStylusCapture (Inherited from UIElement.)
Public eventLostTouchCapture (Inherited from UIElement.)
Public eventManipulationBoundaryFeedback (Inherited from UIElement.)
Public eventManipulationCompleted (Inherited from UIElement.)
Public eventManipulationDelta (Inherited from UIElement.)
Public eventManipulationInertiaStarting (Inherited from UIElement.)
Public eventManipulationStarted (Inherited from UIElement.)
Public eventManipulationStarting (Inherited from UIElement.)
Public eventMouseDoubleClick (Inherited from Control.)
Public eventMouseDown (Inherited from UIElement.)
Public eventMouseEnter (Inherited from UIElement.)
Public eventMouseLeave (Inherited from UIElement.)
Public eventMouseLeftButtonDown (Inherited from UIElement.)
Public eventMouseLeftButtonUp (Inherited from UIElement.)
Public eventMouseMove (Inherited from UIElement.)
Public eventMouseRightButtonDown (Inherited from UIElement.)
Public eventMouseRightButtonUp (Inherited from UIElement.)
Public eventMouseUp (Inherited from UIElement.)
Public eventMouseWheel (Inherited from UIElement.)
Public eventPreparingCellForEdit (Inherited from DataGrid.)
Public eventPreviewDragEnter (Inherited from UIElement.)
Public eventPreviewDragLeave (Inherited from UIElement.)
Public eventPreviewDragOver (Inherited from UIElement.)
Public eventPreviewDrop (Inherited from UIElement.)
Public eventPreviewGiveFeedback (Inherited from UIElement.)
Public eventPreviewGotKeyboardFocus (Inherited from UIElement.)
Public eventPreviewKeyDown (Inherited from UIElement.)
Public eventPreviewKeyUp (Inherited from UIElement.)
Public eventPreviewLostKeyboardFocus (Inherited from UIElement.)
Public eventPreviewMouseDoubleClick (Inherited from Control.)
Public eventPreviewMouseDown (Inherited from UIElement.)
Public eventPreviewMouseLeftButtonDown (Inherited from UIElement.)
Public eventPreviewMouseLeftButtonUp (Inherited from UIElement.)
Public eventPreviewMouseMove (Inherited from UIElement.)
Public eventPreviewMouseRightButtonDown (Inherited from UIElement.)
Public eventPreviewMouseRightButtonUp (Inherited from UIElement.)
Public eventPreviewMouseUp (Inherited from UIElement.)
Public eventPreviewMouseWheel (Inherited from UIElement.)
Public eventPreviewQueryContinueDrag (Inherited from UIElement.)
Public eventPreviewStylusButtonDown (Inherited from UIElement.)
Public eventPreviewStylusButtonUp (Inherited from UIElement.)
Public eventPreviewStylusDown (Inherited from UIElement.)
Public eventPreviewStylusInAirMove (Inherited from UIElement.)
Public eventPreviewStylusInRange (Inherited from UIElement.)
Public eventPreviewStylusMove (Inherited from UIElement.)
Public eventPreviewStylusOutOfRange (Inherited from UIElement.)
Public eventPreviewStylusSystemGesture (Inherited from UIElement.)
Public eventPreviewStylusUp (Inherited from UIElement.)
Public eventPreviewTextInput (Inherited from UIElement.)
Public eventPreviewTouchDown (Inherited from UIElement.)
Public eventPreviewTouchMove (Inherited from UIElement.)
Public eventPreviewTouchUp (Inherited from UIElement.)
Public eventQueryContinueDrag (Inherited from UIElement.)
Public eventQueryCursor (Inherited from UIElement.)
Public eventRequestBringIntoView (Inherited from FrameworkElement.)
Public eventRowDetailsVisibilityChanged (Inherited from DataGrid.)
Public eventRowEditEnding (Inherited from DataGrid.)
Public eventSelectedCellsChanged (Inherited from DataGrid.)
Public eventSelectionChanged (Inherited from Selector.)
Public eventSizeChanged (Inherited from FrameworkElement.)
Public eventSorting (Inherited from DataGrid.)
Public eventSourceUpdated (Inherited from FrameworkElement.)
Public eventStylusButtonDown (Inherited from UIElement.)
Public eventStylusButtonUp (Inherited from UIElement.)
Public eventStylusDown (Inherited from UIElement.)
Public eventStylusEnter (Inherited from UIElement.)
Public eventStylusInAirMove (Inherited from UIElement.)
Public eventStylusInRange (Inherited from UIElement.)
Public eventStylusLeave (Inherited from UIElement.)
Public eventStylusMove (Inherited from UIElement.)
Public eventStylusOutOfRange (Inherited from UIElement.)
Public eventStylusSystemGesture (Inherited from UIElement.)
Public eventStylusUp (Inherited from UIElement.)
Public eventTargetUpdated (Inherited from FrameworkElement.)
Public eventTextInput (Inherited from UIElement.)
Public eventToolTipClosing (Inherited from FrameworkElement.)
Public eventToolTipOpening (Inherited from FrameworkElement.)
Public eventTouchDown (Inherited from UIElement.)
Public eventTouchEnter (Inherited from UIElement.)
Public eventTouchLeave (Inherited from UIElement.)
Public eventTouchMove (Inherited from UIElement.)
Public eventTouchUp (Inherited from UIElement.)
Public eventUnloaded (Inherited from FrameworkElement.)
Public eventUnloadingRow (Inherited from DataGrid.)
Public eventUnloadingRowDetails (Inherited from DataGrid.)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIAddChild..::..AddChild (Inherited from ItemsControl.)
Explicit interface implemetationPrivate methodIAddChild..::..AddText (Inherited from ItemsControl.)
Explicit interface implemetationPrivate methodSystem#Windows#Controls#Primitives#IContainItemStorage#Clear (Inherited from ItemsControl.)
Explicit interface implemetationPrivate methodSystem#Windows#Controls#Primitives#IContainItemStorage#ClearItemValue (Inherited from ItemsControl.)
Explicit interface implemetationPrivate methodSystem#Windows#Controls#Primitives#IContainItemStorage#ClearValue (Inherited from ItemsControl.)
Explicit interface implemetationPrivate methodIQueryAmbient..::..IsAmbientPropertyAvailable (Inherited from FrameworkElement.)
Explicit interface implemetationPrivate methodSystem#Windows#Controls#Primitives#IContainItemStorage#ReadItemValue (Inherited from ItemsControl.)
Explicit interface implemetationPrivate methodSystem#Windows#Controls#Primitives#IContainItemStorage#StoreItemValue (Inherited from ItemsControl.)

See Also