ClassSRDescriptionAttribute
Class
Specifies a description for a property or event in the SR.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
[AttributeUsage(AttributeTargets.All)]
public sealed class SRDescriptionAttribute : DescriptionAttribute
Inheritance: objectAttributeDescriptionAttributeSRDescriptionAttribute
Inherited Members
Constructors
SRDescriptionAttribute(string)
Initializes a new instance of the SRDescriptionAttribute class.
Declaration
cs-api-definition
public SRDescriptionAttribute(string description)
Parameters
description
Description text.
Properties
Description
Gets the description stored in this attribute.
Declaration
cs-api-definition
public override string Description { get; }
Property Value
Overrides