expressappframework-devexpress-dot-expressapp-dot-dc-d0ecdc43.md
Applied to business classes. Specifies the default property.
Namespace : DevExpress.ExpressApp.DC
Assembly : DevExpress.ExpressApp.v25.2.dll
NuGet Package : DevExpress.ExpressApp
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface, Inherited = true)]
public class XafDefaultPropertyAttribute :
Attribute
<AttributeUsage(AttributeTargets.Class Or AttributeTargets.Interface, Inherited:=True)>
Public Class XafDefaultPropertyAttribute
Inherits Attribute
This interface is a replacement for the DefaultPropertyAttribute that can be applied both to classes and interfaces. Use this interface to specify the default property, as it is demonstrated in the How to: Specify a Display Member (for a Lookup Editor, Detail Form Caption, etc.) topic.
Default property values are displayed in the following:
Object Attribute XafDefaultPropertyAttribute
See Also