Class ExtenderControlPropertyAttribute
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
[AttributeUsage(AttributeTargets.Property)]
public sealed class ExtenderControlPropertyAttribute : Attribute
- Inheritance
-
ExtenderControlPropertyAttribute
- Inherited Members
Constructors
ExtenderControlPropertyAttribute()
public ExtenderControlPropertyAttribute()
ExtenderControlPropertyAttribute(bool)
public ExtenderControlPropertyAttribute(bool isScriptProperty)
Parameters
isScriptProperty
bool
ExtenderControlPropertyAttribute(bool, bool)
public ExtenderControlPropertyAttribute(bool isScriptProperty, bool useJsonSerialization)
Parameters
Properties
IsScriptProperty
public bool IsScriptProperty { get; }
Property Value
UseJsonSerialization
public bool UseJsonSerialization { get; }