| Visual Basic (Declaration) | |
|---|---|
<AttributeUsageAttribute(AllowMultiple=False, Inherited=True)> Public NotInheritable Class PropertyRelationAttribute Inherits Attribute Implements _Attribute | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[AttributeUsageAttribute(AllowMultiple=false, Inherited=true)] public sealed class PropertyRelationAttribute : Attribute, _Attribute | |
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.
System.Object
System.Attribute
Xceed.Wpf.DataGrid.PropertyRelationAttribute
Supported Operating Systems: Windows Server 2003 Service Pack 1; Windows Vista; Windows XP Service Pack 2
Copy Code