Dummy interface that is being used by the CellTemplateSelector to specify a different template for a cell with an icon.

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

Syntax

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

See Also