Class DisplayNameAttribute
Specifies the display name for a property.
Inheritance
System.Object
DisplayNameAttribute
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class DisplayNameAttribute : Attribute
Constructors
DisplayNameAttribute(String)
Initializes a new instance of the DisplayNameAttribute class using the display name.
Declaration
public DisplayNameAttribute(string displayName)
Parameters
Type | Name | Description |
---|---|---|
System.String | displayName | The display name. |
Properties
DisplayName
Gets the display name for a property stored in this attribute.
Declaration
public string DisplayName { get; }
Property Value
Type | Description |
---|---|
System.String | The display name. |