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 | |
---|---|---|
IndentLevel | Get/Set the indentation level. 0 means no indentation. | |
IsExpanded | Get/Set true is item is expanded | |
IsSelected | Get/Set true is item is selected |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
Top
See Also
Reference
Microsoft.TeamFoundation.Controls.WPF.TeamExplorer Namespace