An interface that each Data Grid tree node must implement.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public interface IDataGridTreeCell : IDataGridCell, 
	IDataGridHasValue, INotifyPropertyChanged
Visual Basic
Public Interface IDataGridTreeCell _
	Inherits IDataGridCell, IDataGridHasValue, INotifyPropertyChanged
JScript
public interface IDataGridTreeCell extends IDataGridCell, IDataGridHasValue, INotifyPropertyChanged

See Also