Class ComboBoxTreeView
Inheritance
Object
ComboBoxTreeView
Assembly: Sdl.Desktop.Platform.Controls.dll
public class ComboBoxTreeView : ComboBox
Constructors
Declaration
public ComboBoxTreeView()
Fields
Declaration
public static readonly DependencyProperty SelectedHierarchyProperty
Field Value
Type |
Description |
DependencyProperty |
|
Declaration
public static readonly DependencyProperty SelectedItemProperty
Field Value
Type |
Description |
DependencyProperty |
|
Properties
Selected hierarchy of the treeview
Declaration
public IEnumerable<string> SelectedHierarchy { get; set; }
Property Value
Type |
Description |
IEnumerable<String> |
|
Selected item of the TreeView
Declaration
public object SelectedItem { get; set; }
Property Value
Methods
Declaration
public override void OnApplyTemplate()
Declaration
protected override void OnDropDownClosed(EventArgs e)
Parameters
Type |
Name |
Description |
EventArgs |
e |
|
Declaration
protected override void OnDropDownOpened(EventArgs e)
Parameters
Type |
Name |
Description |
EventArgs |
e |
|
Extension Methods