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

The PropertyDetailDescription class provides information about a property whose content will be displayed as the details of the data items in a grid or detail. This feature is available only in the Professional Edition

Object Model




Syntax

Visual Basic (Declaration) 
Public Class PropertyDetailDescription 
   Inherits DataGridDetailDescription
C# 
public class PropertyDetailDescription : DataGridDetailDescription 

Remarks

A PropertyDetailDescription will be created for all IEnumerable and IListSource properties.

Notes

If a PropertyDetailDescription is created without a PropertyDescriptor, an attempt will be made to create one from the provided RelationName.

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         Xceed.Wpf.DataGrid.DataGridDetailDescription
            Xceed.Wpf.DataGrid.PropertyDetailDescription

Requirements

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

See Also