DataGridItemPropertyBase Class
See Also  Members  
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace : DataGridItemPropertyBase Class

Base class that represents the characteristics of a property for an item in a datagrid collection view and from which the DataGridItemProperty and DataGridUnboundItemProperty classes derive.

Object Model



Syntax

Visual Basic (Declaration) 
Public MustInherit Class DataGridItemPropertyBase 
   Implements INotifyPropertyChangedICloneable 
C# 
public abstract class DataGridItemPropertyBase : INotifyPropertyChangedICloneable  

Inheritance Hierarchy

System.Object
   Xceed.Wpf.DataGrid.DataGridItemPropertyBase
      Xceed.Wpf.DataGrid.DataGridItemProperty
      Xceed.Wpf.DataGrid.DataGridUnboundItemProperty

Requirements

Supported Operating Systems: Windows Server 2003 Service Pack 1; Windows Vista; Windows XP Service Pack 2

See Also