XafDefaultPropertyAttribute Class
Applied to business classes. Specifies the default property.
Namespace: DevExpress.ExpressApp.DC
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
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:
- detail form captions;
- the leftmost columns of List Views;
- Lookup List Views;
- Lookup Editors in an unexpanded state.
See Also