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.

Syntax

Visual Basic (Declaration) 
Public Class DataGridItemProperty 
   Implements INotifyPropertyChanged 
C# 
public class DataGridItemProperty : INotifyPropertyChanged  

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.DataGridItemProperty

Requirements

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

See Also