Class CascadingDropDown
Inheritance
System.Object
CascadingDropDown
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
[ClientScriptResource("AjaxControlToolkit.CascadingDropDownBehavior", "AjaxControlToolkit.CascadingDropDown.CascadingDropDownBehavior.js")]
[RequiredScript(typeof(CommonToolkitScripts))]
public class CascadingDropDown : ExtenderControlBase, IControlResolver
Constructors
Declaration
public CascadingDropDown()
Properties
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 |
|
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 |
|
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 |
|
Declaration
[ExtenderControlProperty]
public string PromptValue { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public string SelectedValue { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
[RequiredProperty]
public string ServiceMethod { get; set; }
Property Value
Type |
Description |
System.String |
|
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
Declaration
public static StringDictionary ParseKnownCategoryValuesString(string knownCategoryValues)
Parameters
Type |
Name |
Description |
System.String |
knownCategoryValues |
|
Returns
Type |
Description |
System.Collections.Specialized.StringDictionary |
|
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
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
Implements