Search Results for

    Show / Hide Table of Contents

    Class ComboBoxTreeViewWithNewItem

    Inheritance
    System.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
    System.Windows.DependencyProperty

    NewItemTextProperty

    Dependency property to get/set the new item text

    Declaration
    public static readonly DependencyProperty NewItemTextProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    NewItemToolTipTextProperty

    Dependency property to get/set the new item tooltip text

    Declaration
    public static readonly DependencyProperty NewItemToolTipTextProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    NewItemVisibilityProperty

    Dependency property to get/set the new item visibility

    Declaration
    public static readonly DependencyProperty NewItemVisibilityProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    SelectedHierarchyProperty

    Declaration
    public static readonly DependencyProperty SelectedHierarchyProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    SelectedItemProperty

    Declaration
    public static readonly DependencyProperty SelectedItemProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    NewItemCommand

    Declaration
    public ICommand NewItemCommand { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand

    NewItemText

    Declaration
    public string NewItemText { get; set; }
    Property Value
    Type Description
    System.String

    NewItemToolTipText

    Declaration
    public string NewItemToolTipText { get; set; }
    Property Value
    Type Description
    System.String

    NewItemVisibility

    Declaration
    public Visibility NewItemVisibility { get; set; }
    Property Value
    Type Description
    System.Windows.Visibility

    SelectedHierarchy

    Selected hierarchy of the treeview

    Declaration
    public IEnumerable<string> SelectedHierarchy { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.String>

    SelectedItem

    Selected item of the TreeView

    Declaration
    public object SelectedItem { get; set; }
    Property Value
    Type Description
    System.Object

    Methods

    OnApplyTemplate()

    Declaration
    public override void OnApplyTemplate()

    OnDropDownClosed(EventArgs)

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

    OnDropDownOpened(EventArgs)

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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • ComboBoxTreeViewWithNewItem()
    • Fields
      • NewItemCommandProperty
      • NewItemTextProperty
      • NewItemToolTipTextProperty
      • NewItemVisibilityProperty
      • SelectedHierarchyProperty
      • SelectedItemProperty
    • Properties
      • NewItemCommand
      • NewItemText
      • NewItemToolTipText
      • NewItemVisibility
      • SelectedHierarchy
      • SelectedItem
    • Methods
      • OnApplyTemplate()
      • OnDropDownClosed(EventArgs)
      • OnDropDownOpened(EventArgs)
    • Extension Methods
    Back to top Generated by DocFX