Class
DropDownTreeConstants

Represents the RadDropDownTree constants class.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public static class DropDownTreeConstants

Inheritance: objectDropDownTreeConstants

Fields

CssDropDownTree

The CSS class identifying the DropDownTree control.

Declaration

cs-api-definition
public const string CssDropDownTree = "RadDropDownTree RadDropDownTree"

Field Value

string

CssDropDownTreeIcon

The CSS class identifying the DropDownTree icon.

Declaration

cs-api-definition
public const string CssDropDownTreeIcon = "rddtIcon"

Field Value

string

CssDropDownTreeInput

The CSS class identifying the DropDownTree input.

Declaration

cs-api-definition
public const string CssDropDownTreeInput = "rddtFakeInput "

Field Value

string

CssDropDownTreeSlide

The CSS class identifying the DropDownTree popup slide icon.

Declaration

cs-api-definition
public const string CssDropDownTreeSlide = "rddtSlide"

Field Value

string

DropDownEmbeddedTree

The ID part identifying the embedded tree of the DropDownTree control.

Declaration

cs-api-definition
public const string DropDownEmbeddedTree = "_EmbeddedTree"

Field Value

string

DropDownTree

The DropDownTree key used across the source classes.

Declaration

cs-api-definition
public const string DropDownTree = "RadDropDownTree"

Field Value

string

DropDownTreePopup

The DropDownTreePopup key used across the source classes.

Declaration

cs-api-definition
public const string DropDownTreePopup = "rddtPopup rddtPopup"

Field Value

string