Table of Contents

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

isScriptProperty bool
useJsonSerialization bool

Properties

IsScriptProperty

public bool IsScriptProperty { get; }

Property Value

bool

UseJsonSerialization

public bool UseJsonSerialization { get; }

Property Value

bool