Search Results for

    Show / Hide Table of Contents

    Class ComboBoxTreeViewWithNewItem

    Inheritance
    Object
    ComboBoxTreeViewWithNewItem
    Namespace: Sdl.Desktop.Platform.Controls.Controls
    Assembly: Sdl.Desktop.Platform.Controls.dll
    Syntax
    public class ComboBoxTreeViewWithNewItem : ComboBox

    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
    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()

    OnDropDownClosed(EventArgs)

    Declaration
    protected override void OnDropDownClosed(EventArgs e)
    Parameters
    Type Name Description
    EventArgs e

    OnDropDownOpened(EventArgs)

    Declaration
    protected override void OnDropDownOpened(EventArgs e)
    Parameters
    Type Name Description
    EventArgs e

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)
    In this article
    Back to top Generated by DocFX