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

See Also