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
    System.String

    IsExpanded

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

    IsSelected

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

    SelectedValuePath

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

    Methods

    GetChildren()

    Declaration
    IEnumerable<ITreeViewItemModel> GetChildren()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ITreeViewItemModel>

    GetHierarchy()

    Declaration
    IEnumerable<ITreeViewItemModel> GetHierarchy()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ITreeViewItemModel>

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Properties
      • DisplayValuePath
      • IsExpanded
      • IsSelected
      • SelectedValuePath
    • Methods
      • GetChildren()
      • GetHierarchy()
    • Extension Methods
    Back to top Generated by DocFX