TreeViewItem.ExpandedGlyphProperty Property

Definition

Identifies the ExpandedGlyph dependency property.

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

public:
 static property DependencyProperty ^ ExpandedGlyphProperty { DependencyProperty ^ get(); };
static DependencyProperty ExpandedGlyphProperty();
public static DependencyProperty ExpandedGlyphProperty { get; }
var dependencyProperty = TreeViewItem.expandedGlyphProperty;
Public Shared ReadOnly Property ExpandedGlyphProperty As DependencyProperty

Property Value

The identifier for the ExpandedGlyph dependency property.

Applies to