C# Class ESRI.ArcGIS.Client.Toolkit.Primitives.TreeViewExtended

Inheritance: System.Windows.Controls.TreeView
Mostra file Open project: Esri/arcgis-toolkit-sl-wpf

Protected Methods

Method Description
GetContainerForItemOverride ( ) : DependencyObject

Creates a TreeViewItemExtended to display content.

IsItemItsOwnContainerOverride ( object item ) : bool

Determines whether an object is a TreeViewItemExtended.

Private Methods

Method Description
TreeViewExtended ( ) : System.Windows

Static initialization for the TreeViewExtended control.

Method Details

GetContainerForItemOverride() protected method

Creates a TreeViewItemExtended to display content.
protected GetContainerForItemOverride ( ) : DependencyObject
return System.Windows.DependencyObject

IsItemItsOwnContainerOverride() protected method

Determines whether an object is a TreeViewItemExtended.
protected IsItemItsOwnContainerOverride ( object item ) : bool
item object The object to evaluate.
return bool