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

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

Syntax

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

See Also