IIndentedListViewItemDataSource Interface

Interface for an indented item list view

Namespace:  Microsoft.TeamFoundation.Controls.WPF.TeamExplorer
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Interface IIndentedListViewItemDataSource _
    Inherits INotifyPropertyChanged
public interface IIndentedListViewItemDataSource : INotifyPropertyChanged
public interface class IIndentedListViewItemDataSource : INotifyPropertyChanged
type IIndentedListViewItemDataSource =  
    interface 
        interface INotifyPropertyChanged 
    end
public interface IIndentedListViewItemDataSource extends INotifyPropertyChanged

The IIndentedListViewItemDataSource type exposes the following members.

Properties

  Name Description
Public property IndentLevel Get/Set the indentation level. 0 means no indentation.
Public property IsExpanded Get/Set true is item is expanded
Public property IsSelected Get/Set true is item is selected

Top

Events

  Name Description
Public event PropertyChanged Occurs when a property value changes. (Inherited from INotifyPropertyChanged.)

Top

See Also

Reference

Microsoft.TeamFoundation.Controls.WPF.TeamExplorer Namespace