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

Gets or sets the PropertyDescriptor that determines the characteristics of a property for an item in a DataGridCollectionView.

Syntax

Visual Basic (Declaration) 
Public Property PropertyDescriptor As PropertyDescriptor
C# 
public PropertyDescriptor PropertyDescriptor {get; set;}

Return Value

A PropertyDescriptor that determines the characteristics of a property for an item in a DataGridCollectionView.

Notes

Specifying a ValuePath and/or ValueXPath rather than using a PropertyDescriptor will have a slight impact on performance.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also