Click or drag to resize

TreeViewItemExtender Class

Shows grid lines in a treeview item by using this extender
Inheritance Hierarchy
SystemObject
  Hummingbird.UITreeViewItemExtender

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public class TreeViewItemExtender

The TreeViewItemExtender type exposes the following members.

Constructors
  NameDescription
Public methodTreeViewItemExtender
Initializes a new instance of the TreeViewItemExtender class.
Top
Methods
  NameDescription
Public methodStatic memberGetIsLastOne
Gets if the current tree view item is last one in its level.
Public methodStatic memberGetIsToggleButtonVisible
Gets if the toggle button is visible.
Public methodStatic memberGetUseExtender
Gets if the current Extender is used on the given Dependency Object
Public methodStatic memberSetIsLastOne
Sets if the current tree view item is last one in its level.
Public methodStatic memberSetIsToggleButtonVisible
Sets if the toggle button visible.
Public methodStatic memberSetUseExtender
Sets the use extender.
Top
Fields
  NameDescription
Public fieldStatic memberIsLastOneProperty
The is last one property
Public fieldStatic memberIsToggleButtonVisibleProperty
The is toggle button visible property
Public fieldStatic memberItemExtenderProperty
The item extender property
Public fieldStatic memberUseExtenderProperty
The use extender property
Top
Attached Properties
  NameDescription
Public attached propertyIsLastOne
The is last one property
Public attached propertyIsToggleButtonVisible
The is toggle button visible property
Public attached propertyUseExtender
The use extender property
Top
See Also