Xceed Toolkit Plus for WPF v4.6 Documentation
ExtendedDisplayNameAttribute Class
Members 


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Core.Attributes Namespace : ExtendedDisplayNameAttribute Class

Represents an attribute that is set on a property to enable specifying a DisplayName for fields and Enum type values.

Syntax
'Declaration
 
<AttributeUsageAttribute(AttributeTargets.Class Or  _
    AttributeTargets.Event Or  _
    AttributeTargets.Field Or  _
    AttributeTargets.Method Or  _
    AttributeTargets.Property)>
Public Class ExtendedDisplayNameAttribute 
   Inherits System.ComponentModel.DisplayNameAttribute
'Usage
 
Dim instance As ExtendedDisplayNameAttribute
[AttributeUsage(AttributeTargets.Class | 
    AttributeTargets.Event | 
    AttributeTargets.Field | 
    AttributeTargets.Method | 
    AttributeTargets.Property)]
public class ExtendedDisplayNameAttribute : System.ComponentModel.DisplayNameAttribute 
Remarks
This is used by EnumDisplayNameConverter in order to display enum field values as custom strings.
Inheritance Hierarchy

System.Object
   System.Attribute
      System.ComponentModel.DisplayNameAttribute
         Xceed.Wpf.Toolkit.Core.Attributes.ExtendedDisplayNameAttribute
            Xceed.Wpf.Toolkit.Core.Attributes.LocalizedDisplayNameAttribute

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ExtendedDisplayNameAttribute Members
Xceed.Wpf.Toolkit.Core.Attributes Namespace