Table of Contents

Interface IScriptComponentDescriptor

Namespace
AjaxControlToolkit
Assembly
AjaxControlToolkit.dll
public interface IScriptComponentDescriptor

Properties

ClientID

string ClientID { get; }

Property Value

string

ID

string ID { get; set; }

Property Value

string

Type

string Type { get; set; }

Property Value

string

Methods

AddComponentProperty(string, string)

void AddComponentProperty(string name, string componentID)

Parameters

name string
componentID string

AddElementProperty(string, string)

void AddElementProperty(string name, string elementID)

Parameters

name string
elementID string

AddEvent(string, string)

void AddEvent(string name, string handler)

Parameters

name string
handler string

AddProperty(string, object)

void AddProperty(string name, object value)

Parameters

name string
value object