Show / Hide Table of Contents

Class TreeViewService

Provides attached options for the TreeView control.

Inheritance
Object
TreeViewService
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: PresentationTheme.Aero
Assembly: PresentationTheme.Aero.dll
Syntax
public static class TreeViewService

Fields

| Improve this Doc View Source

FullRowSelectProperty

Identifies the FullRowSelect attached dependency property.

Declaration
public static readonly DependencyProperty FullRowSelectProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

ItemLevelProperty

Identifies the ItemLevel read-only attached dependency property.

Declaration
public static readonly DependencyProperty ItemLevelProperty
Field Value
Type Description
DependencyProperty

Methods

| Improve this Doc View Source

GetFullRowSelect(TreeView)

Gets a flag indicating whether a TreeView style should use full-row selection if supported.

Declaration
public static bool GetFullRowSelect(TreeView d)
Parameters
Type Name Description
TreeView d
Returns
Type Description
Boolean
| Improve this Doc View Source

GetItemLevel(DependencyObject)

Gets the item level.

Declaration
public static int GetItemLevel(DependencyObject d)
Parameters
Type Name Description
DependencyObject d
Returns
Type Description
Int32
| Improve this Doc View Source

SetFullRowSelect(TreeView, Boolean)

Sets a flag indicating whether a TreeView style should use full-row selection if supported.

Declaration
public static void SetFullRowSelect(TreeView d, bool value)
Parameters
Type Name Description
TreeView d
Boolean value
  • Improve this Doc
  • View Source
Back to top Generated by DocFX