An interface that each Data Grid cell 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 IDataGridCell : IDataGridHasValue, 
	INotifyPropertyChanged
Visual Basic
Public Interface IDataGridCell _
	Inherits IDataGridHasValue, INotifyPropertyChanged
JScript
public interface IDataGridCell extends IDataGridHasValue, INotifyPropertyChanged

See Also