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