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


Identifies a property as containing detail data. This feature is available only in the Professional Edition

Syntax

Visual Basic (Declaration) 
<AttributeUsageAttribute(AllowMultiple=False, Inherited=True)>
Public NotInheritable Class PropertyRelationAttribute 
   Inherits Attribute
   Implements _Attribute 
Visual Basic (Usage)Copy Code
Dim instance As PropertyRelationAttribute
C# 
[AttributeUsageAttribute(AllowMultiple=false, Inherited=true)]
public sealed class PropertyRelationAttribute : Attribute, _Attribute  

Remarks

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

All properties marked with the PropertyRelationAttribute will automatically be used to create PropertyDetailDescriptions.

Inheritance Hierarchy

System.Object
   System.Attribute
      Xceed.Wpf.DataGrid.PropertyRelationAttribute

Requirements

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

See Also