Class ComboBoxTreeView
Inheritance
ComboBoxTreeView
Implements
Inherited Members
Namespace: Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox
Assembly: Sdl.Desktop.Platform.Controls.dll
Syntax
public class ComboBoxTreeView : ComboBox, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage
Constructors
ComboBoxTreeView()
Declaration
public ComboBoxTreeView()
Fields
SelectedHierarchyProperty
Declaration
public static readonly DependencyProperty SelectedHierarchyProperty
Field Value
Type | Description |
---|---|
Dependency |
SelectedItemProperty
Declaration
public static readonly DependencyProperty SelectedItemProperty
Field Value
Type | Description |
---|---|
Dependency |
Properties
SelectedHierarchy
Selected hierarchy of the treeview
Declaration
public IEnumerable<string> SelectedHierarchy { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |
SelectedItem
Selected item of the TreeView
Declaration
public object SelectedItem { get; set; }
Property Value
Type | Description |
---|---|
object |
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
Overrides
OnDropDownClosed(EventArgs)
Declaration
protected override void OnDropDownClosed(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Event |
e |
Overrides
OnDropDownOpened(EventArgs)
Declaration
protected override void OnDropDownOpened(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Event |
e |