Class ComboBoxTreeViewWithNewItem
Inheritance
ComboBoxTreeViewWithNewItem
Implements
Inherited Members
Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControls
Assembly: Sdl.Desktop.Platform.Controls.dll
Syntax
public class ComboBoxTreeViewWithNewItem : ComboBox, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage
Constructors
ComboBoxTreeViewWithNewItem()
Declaration
public ComboBoxTreeViewWithNewItem()
Fields
NewItemCommandProperty
Dependency property to get/set the new item command
Declaration
public static readonly DependencyProperty NewItemCommandProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
NewItemTextProperty
Dependency property to get/set the new item text
Declaration
public static readonly DependencyProperty NewItemTextProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
NewItemToolTipTextProperty
Dependency property to get/set the new item tooltip text
Declaration
public static readonly DependencyProperty NewItemToolTipTextProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
NewItemVisibilityProperty
Dependency property to get/set the new item visibility
Declaration
public static readonly DependencyProperty NewItemVisibilityProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
SelectedHierarchyProperty
Declaration
public static readonly DependencyProperty SelectedHierarchyProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
SelectedItemProperty
Declaration
public static readonly DependencyProperty SelectedItemProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
NewItemCommand
Declaration
public ICommand NewItemCommand { get; set; }
Property Value
Type | Description |
---|---|
ICommand |
NewItemText
Declaration
public string NewItemText { get; set; }
Property Value
Type | Description |
---|---|
string |
NewItemToolTipText
Declaration
public string NewItemToolTipText { get; set; }
Property Value
Type | Description |
---|---|
string |
NewItemVisibility
Declaration
public Visibility NewItemVisibility { get; set; }
Property Value
Type | Description |
---|---|
Visibility |
SelectedHierarchy
Selected hierarchy of the treeview
Declaration
public IEnumerable<string> SelectedHierarchy { get; set; }
Property Value
Type | Description |
---|---|
IEnumerablestring |
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 |
---|---|---|
EventArgs | e |
Overrides
OnDropDownOpened(EventArgs)
Declaration
protected override void OnDropDownOpened(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |