expressappframework-devexpress-dot-expressapp-dot-dc-b661e994.md
Specifies the display name of a business class, property, field or enumeration value.
Namespace : DevExpress.ExpressApp.DC
Assembly : DevExpress.ExpressApp.v25.2.dll
NuGet Package : DevExpress.ExpressApp
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Interface, AllowMultiple = false, Inherited = true)]
public sealed class XafDisplayNameAttribute :
Attribute
<AttributeUsage(AttributeTargets.Class Or AttributeTargets.Property Or AttributeTargets.Field Or AttributeTargets.Interface, AllowMultiple:=False, Inherited:=True)>
Public NotInheritable Class XafDisplayNameAttribute
Inherits Attribute
The following snippet illustrates the XafDisplayNameAttribute usage.
[XafDisplayName("Task")]
public class DemoTask : Task {
// ...
}
Object Attribute XafDisplayNameAttribute
See Also