Search Results for

    Show / Hide Table of Contents

    Interface ITreeViewItemModel

    Namespace: Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox
    Assembly: Sdl.Desktop.Platform.Controls.dll
    Syntax
    public interface ITreeViewItemModel

    Properties

    DisplayValuePath

    Declaration
    string DisplayValuePath { get; }
    Property Value
    Type Description
    String

    IsExpanded

    Declaration
    bool IsExpanded { get; set; }
    Property Value
    Type Description
    Boolean

    IsSelected

    Declaration
    bool IsSelected { get; set; }
    Property Value
    Type Description
    Boolean

    SelectedValuePath

    Declaration
    string SelectedValuePath { get; }
    Property Value
    Type Description
    String

    Methods

    GetChildren()

    Declaration
    IEnumerable<ITreeViewItemModel> GetChildren()
    Returns
    Type Description
    IEnumerable<ITreeViewItemModel>

    GetHierarchy()

    Declaration
    IEnumerable<ITreeViewItemModel> GetHierarchy()
    Returns
    Type Description
    IEnumerable<ITreeViewItemModel>

    Extension Methods

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