Interface ITreeViewItemModel
Assembly: Sdl.Desktop.Platform.Controls.dll
public interface ITreeViewItemModel
Properties
Declaration
string DisplayValuePath { get; }
Property Value
Declaration
bool IsExpanded { get; set; }
Property Value
Declaration
bool IsSelected { get; set; }
Property Value
Declaration
string SelectedValuePath { get; }
Property Value
Methods
Declaration
IEnumerable<ITreeViewItemModel> GetChildren()
Returns
Declaration
IEnumerable<ITreeViewItemModel> GetHierarchy()
Returns
Extension Methods