Data grid cell view model.

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

Syntax

C#
public class DataGridCellViewModel : BindableObject, 
	IDataGridCell, IDataGridHasValue, INotifyPropertyChanged
Visual Basic
Public Class DataGridCellViewModel _
	Inherits BindableObject _
	Implements IDataGridCell, IDataGridHasValue, INotifyPropertyChanged
JScript
public class DataGridCellViewModel extends BindableObject implements IDataGridCell, IDataGridHasValue, INotifyPropertyChanged

Inheritance Hierarchy

System..::..Object
  BindableObject
    Ico.WPF.Specialized.DataGridControl.ViewModel..::..DataGridCellViewModel
      Ico.AnyGlass.AlarmWorX.ViewModel..::..AwxCellViewModel
      Ico.WPF.Specialized.DataGridControl.ViewModel..::..DataGridTreeCellViewModel

See Also