London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class TextBoxExtender

Inheritance
System.Object
TextBoxExtender
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
Syntax
public class TextBoxExtender : ExtenderControl

Constructors

TextBoxExtender()

Declaration
public TextBoxExtender()

Properties

CssSelected

Declaration
public string CssSelected { get; set; }
Property Value
Type Description
System.String

IdAttributeName

Declaration
public string IdAttributeName { get; set; }
Property Value
Type Description
System.String

ListContainer

Declaration
public string ListContainer { get; set; }
Property Value
Type Description
System.String

XPath

Declaration
public string XPath { get; set; }
Property Value
Type Description
System.String

XPathId

Declaration
public string XPathId { get; set; }
Property Value
Type Description
System.String

Methods

GetScriptDescriptors(Control)

Declaration
protected override IEnumerable<ScriptDescriptor> GetScriptDescriptors(Control targetControl)
Parameters
Type Name Description
System.Web.UI.Control targetControl
Returns
Type Description
System.Collections.Generic.IEnumerable<System.Web.UI.ScriptDescriptor>

GetScriptReferences()

Declaration
protected override IEnumerable<ScriptReference> GetScriptReferences()
Returns
Type Description
System.Collections.Generic.IEnumerable<System.Web.UI.ScriptReference>