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

Gets or sets the PropertyDescriptor whose corresponding property's content will be displayed as the details of the master data items in a grid or as the data items of another detail.

Syntax

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

Return Value

The PropertyDescriptor whose corresponding property's content will be displayed as the details of the master data items in a grid or as the data items of another detail.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also