Search Results for

    Show / Hide Table of Contents

    Class ComboBoxTreeView

    Inheritance
    System.Object
    ComboBoxTreeView
    Namespace: Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox
    Assembly: Sdl.Desktop.Platform.Controls.dll
    Syntax
    public class ComboBoxTreeView : ComboBox

    Constructors

    ComboBoxTreeView()

    Declaration
    public ComboBoxTreeView()

    Fields

    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

    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
      • ComboBoxTreeView()
    • Fields
      • SelectedHierarchyProperty
      • SelectedItemProperty
    • Properties
      • SelectedHierarchy
      • SelectedItem
    • Methods
      • OnApplyTemplate()
      • OnDropDownClosed(EventArgs)
      • OnDropDownOpened(EventArgs)
    • Extension Methods
    Back to top Generated by DocFX