Class ScriptableMemberAttribute
Indicates that the member can be accessed from JavaScript in a Telerik web application.
Inheritance
System.Object
ScriptableMemberAttribute
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class ScriptableMemberAttribute : Attribute
Constructors
ScriptableMemberAttribute()
Declaration
public ScriptableMemberAttribute()
Properties
EnableCreateableTypes
Enables the creation of types that can be instantiated from scripts.
Declaration
public bool EnableCreateableTypes { get; set; }
Property Value
System.Boolean
|
ScriptAlias
Represents the script alias for a scriptable member in the Telerik Windows Controls framework.
Declaration
public string ScriptAlias { get; set; }
Property Value
System.String
|