Search Results for

    Show / Hide Table of Contents

    Interface ITreeViewItemModel

    Inherited Members
    INotifyPropertyChanged.PropertyChanged
    Namespace: Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox
    Assembly: Sdl.Desktop.Platform.Controls.dll
    Syntax
    public interface ITreeViewItemModel : INotifyPropertyChanged

    Properties

    DisplayValuePath

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

    IsExpanded

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

    IsSelected

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

    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
    • Properties
      • DisplayValuePath
      • IsExpanded
      • IsSelected
      • SelectedValuePath
    • Methods
      • GetChildren()
      • GetHierarchy()
    • Extension Methods
    Back to top Generated by DocFX