Search Results for

    Show / Hide Table of Contents

    Class ComboBoxTreeView

    Inheritance
    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
    DependencyProperty

    SelectedItemProperty

    Declaration
    public static readonly DependencyProperty SelectedItemProperty
    Field Value
    Type Description
    DependencyProperty

    Properties

    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