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

Represents the characteristics of a property for an item in a DataGridCollectionView.

Object Model



Syntax

Visual Basic (Declaration) 
Public Class DataGridItemProperty 
   Inherits DataGridItemPropertyBase
   Implements INotifyPropertyChangedICloneable 
C# 
public class DataGridItemProperty : DataGridItemPropertyBase, INotifyPropertyChangedICloneable  

Remarks

A DataGridItemProperty will be created for each property in the underlying data source and can be retrieved through the ItemProperties property of the DataGridCollectionViewDataGridCollectionViewSource (in XAML), or DataGridDetailDescription classes.

Inheritance Hierarchy

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

Requirements

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

See Also