Data grid tree 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 DataGridTreeCellViewModel : DataGridCellViewModel, 
	IDataGridTreeCell, IDataGridCell, IDataGridHasValue, INotifyPropertyChanged
Visual Basic
Public Class DataGridTreeCellViewModel _
	Inherits DataGridCellViewModel _
	Implements IDataGridTreeCell, IDataGridCell, IDataGridHasValue, INotifyPropertyChanged
JScript
public class DataGridTreeCellViewModel extends DataGridCellViewModel implements IDataGridTreeCell, IDataGridCell, IDataGridHasValue, INotifyPropertyChanged

Inheritance Hierarchy

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

See Also