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 CascadingDropDown

Inheritance
System.Object
CascadingDropDown
Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
[ClientScriptResource("AjaxControlToolkit.CascadingDropDownBehavior", "AjaxControlToolkit.CascadingDropDown.CascadingDropDownBehavior.js")]
[RequiredScript(typeof(CommonToolkitScripts))]
public class CascadingDropDown : ExtenderControlBase, IControlResolver

Constructors

CascadingDropDown()

Declaration
public CascadingDropDown()

Properties

Category

Declaration
[ExtenderControlProperty]
[RequiredProperty]
public string Category { get; set; }
Property Value
Type Description
System.String

ContextKey

Declaration
[ClientPropertyName("contextKey")]
[ExtenderControlProperty]
public string ContextKey { get; set; }
Property Value
Type Description
System.String

EmptyText

Declaration
[ExtenderControlProperty]
public string EmptyText { get; set; }
Property Value
Type Description
System.String

EmptyValue

Declaration
[ExtenderControlProperty]
public string EmptyValue { get; set; }
Property Value
Type Description
System.String

LoadingText

Declaration
[ExtenderControlProperty]
public string LoadingText { get; set; }
Property Value
Type Description
System.String

ParentControlID

Declaration
[ExtenderControlProperty]
public string ParentControlID { get; set; }
Property Value
Type Description
System.String

PromptText

Declaration
[ExtenderControlProperty]
public string PromptText { get; set; }
Property Value
Type Description
System.String

PromptValue

Declaration
[ExtenderControlProperty]
public string PromptValue { get; set; }
Property Value
Type Description
System.String

SelectedValue

Declaration
[ExtenderControlProperty]
public string SelectedValue { get; set; }
Property Value
Type Description
System.String

ServiceMethod

Declaration
[ExtenderControlProperty]
[RequiredProperty]
public string ServiceMethod { get; set; }
Property Value
Type Description
System.String

ServicePath

Declaration
[ExtenderControlProperty]
public string ServicePath { get; set; }
Property Value
Type Description
System.String

UseContextKey

Declaration
[ClientPropertyName("useContextKey")]
[ExtenderControlProperty]
public bool UseContextKey { get; set; }
Property Value
Type Description
System.Boolean

Methods

ParseKnownCategoryValuesString(String)

Declaration
public static StringDictionary ParseKnownCategoryValuesString(string knownCategoryValues)
Parameters
Type Name Description
System.String knownCategoryValues
Returns
Type Description
System.Collections.Specialized.StringDictionary

QuerySimpleCascadingDropDownDocument(XmlDocument, String[], StringDictionary, String)

Declaration
public static CascadingDropDownNameValue[] QuerySimpleCascadingDropDownDocument(XmlDocument document, string[] documentHierarchy, StringDictionary knownCategoryValuesDictionary, string category)
Parameters
Type Name Description
System.Xml.XmlDocument document
System.String[] documentHierarchy
System.Collections.Specialized.StringDictionary knownCategoryValuesDictionary
System.String category
Returns
Type Description
CascadingDropDownNameValue[]

QuerySimpleCascadingDropDownDocument(XmlDocument, String[], StringDictionary, String, Regex)

Declaration
public static CascadingDropDownNameValue[] QuerySimpleCascadingDropDownDocument(XmlDocument document, string[] documentHierarchy, StringDictionary knownCategoryValuesDictionary, string category, Regex inputValidationRegex)
Parameters
Type Name Description
System.Xml.XmlDocument document
System.String[] documentHierarchy
System.Collections.Specialized.StringDictionary knownCategoryValuesDictionary
System.String category
System.Text.RegularExpressions.Regex inputValidationRegex
Returns
Type Description
CascadingDropDownNameValue[]

Implements