Use the StyleBuilderReadOnly attribute to mark properties that should appear as readonly when edited in the Visual Style Builder application
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class StyleBuilderReadOnlyAttribute : Attribute, _Attribute
Inheritance: objectAttributeStyleBuilderReadOnlyAttribute
Implements:
Inherited Members
Constructors
C#
public StyleBuilderReadOnlyAttribute()
Properties
C#
public bool IsReadOnly { get; }