menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DisplayNameAttribute - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved