TreeViewItemTemplateSettings Class

Definition

Provides calculated values that can be referenced as TemplatedParent sources when defining templates for a TreeViewItem control. Not intended for general use.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.TreeViewItemTemplateSettings (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class TreeViewItemTemplateSettings : DependencyObject
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class TreeViewItemTemplateSettings : DependencyObject
Public Class TreeViewItemTemplateSettings
Inherits DependencyObject
Inheritance
Object IInspectable DependencyObject TreeViewItemTemplateSettings
Attributes

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)

Constructors

TreeViewItemTemplateSettings()

Initializes a new instance of the TreeViewItemTemplateSettings class.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.TreeViewItemTemplateSettings.-ctor (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

Properties

CollapsedGlyphVisibility

Gets the visibilty of a collapsed glyph.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.TreeViewItemTemplateSettings.CollapsedGlyphVisibility (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

CollapsedGlyphVisibilityProperty

Identifies the CollapsedGlyphVisibility dependency property.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.TreeViewItemTemplateSettings.CollapsedGlyphVisibilityProperty (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

Dispatcher

Gets the CoreDispatcher that this object is associated with. The CoreDispatcher represents a facility that can access the DependencyObject on the UI thread even if the code is initiated by a non-UI thread.

(Inherited from DependencyObject)
DragItemsCount

Gets the number of items being dragged.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.TreeViewItemTemplateSettings.DragItemsCount (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

DragItemsCountProperty

Identifies the DragItemsCount dependency property.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.TreeViewItemTemplateSettings.DragItemsCountProperty (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

ExpandedGlyphVisibility

Gets the visibilty of an expanded glyph.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.TreeViewItemTemplateSettings.ExpandedGlyphVisibility (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

ExpandedGlyphVisibilityProperty

Identifies the ExpandedGlyphVisibility dependency property.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.TreeViewItemTemplateSettings.ExpandedGlyphVisibilityProperty (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

Indentation

Gets the amount that the item is indented.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.TreeViewItemTemplateSettings.Indentation (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

IndentationProperty

Identifies the Indentation dependency property.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.TreeViewItemTemplateSettings.IndentationProperty (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

Methods

ClearValue(DependencyProperty)

Clears the local value of a dependency property.

(Inherited from DependencyObject)
GetAnimationBaseValue(DependencyProperty)

Returns any base value established for a dependency property, which would apply in cases where an animation is not active.

(Inherited from DependencyObject)
GetValue(DependencyProperty)

Returns the current effective value of a dependency property from a DependencyObject.

(Inherited from DependencyObject)
ReadLocalValue(DependencyProperty)

Returns the local value of a dependency property, if a local value is set.

(Inherited from DependencyObject)
RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback)

Registers a notification function for listening to changes to a specific DependencyProperty on this DependencyObject instance.

(Inherited from DependencyObject)
SetValue(DependencyProperty, Object)

Sets the local value of a dependency property on a DependencyObject.

(Inherited from DependencyObject)
UnregisterPropertyChangedCallback(DependencyProperty, Int64)

Cancels a change notification that was previously registered by calling RegisterPropertyChangedCallback.

(Inherited from DependencyObject)

Applies to