menu

WinForms

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

    Show / Hide Table of Contents

    Class SRDescriptionAttribute

    Specifies a description for a property or event.

    Inheritance
    System.Object
    SRDescriptionAttribute
    Namespace: Syncfusion.Windows.Forms.HTMLUI.Localization
    Assembly: Syncfusion.HTMLUI.Windows.dll
    Syntax
    [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Module | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event | AttributeTargets.Interface | AttributeTargets.Parameter | AttributeTargets.Delegate | AttributeTargets.ReturnValue | AttributeTargets.GenericParameter | AttributeTargets.All, AllowMultiple = false, Inherited = true)]
    public sealed class SRDescriptionAttribute : DescriptionAttribute
    Remarks

    This is a localized version of DescriptionAttribute. The localized string will be loaded from the assembly manifest Syncfusion.Windows.Forms.HTMLUI.Localization.SR.resources

    Constructors

    SRDescriptionAttribute(String)

    SRDescriptionAttribute

    Declaration
    public SRDescriptionAttribute(string description)
    Parameters
    Type Name Description
    System.String description

    Properties

    Description

    Gets the Description value stored in the attribute

    Declaration
    public override string Description { get; }
    Property Value
    Type Description
    System.String

    The description stored in this attribute.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved