Class
ListBoxConstants

Represents the ListBoxConstants class.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public static class ListBoxConstants

Inheritance: objectListBoxConstants

Fields

CssListBox

The CSS class identifying the ListBox control.

Declaration

cs-api-definition
public const string CssListBox = "RadListBox RadListBox"

Field Value

string

CssListBoxButtonText

The CSS class identifying the ListBox button text.

Declaration

cs-api-definition
public const string CssListBoxButtonText = "rlbButtonText"

Field Value

string

CssListBoxItem

The CSS class identifying the ListBox item.

Declaration

cs-api-definition
public const string CssListBoxItem = "rlbItem"

Field Value

string

CssListBoxItemCheckBox

The CSS class identifying the ListBox item checkbox.

Declaration

cs-api-definition
public const string CssListBoxItemCheckBox = "rlbCheck"

Field Value

string

CssListBoxItemImage

The CSS class identifying the ListBox item image element.

Declaration

cs-api-definition
public const string CssListBoxItemImage = "rlbImage"

Field Value

string

CssListBoxItemText

The CSS class identifying the ListBox item span element.

Declaration

cs-api-definition
public const string CssListBoxItemText = "rlbText"

Field Value

string

CssListBoxLButtonIcon

The CSS class identifying the ListBox link button "Delete".

Declaration

cs-api-definition
public const string CssListBoxLButtonIcon = "rlbButtonIcon"

Field Value

string

CssListBoxLinkButtonDelete

The CSS class identifying the ListBox link button "Delete".

Declaration

cs-api-definition
public const string CssListBoxLinkButtonDelete = "rlbDelete"

Field Value

string

CssListBoxLinkButtonMoveDown

The CSS class identifying the ListBox link button "MoveDown".

Declaration

cs-api-definition
public const string CssListBoxLinkButtonMoveDown = "rlbMoveDown"

Field Value

string

CssListBoxLinkButtonMoveUp

The CSS class identifying the ListBox link button "MoveUp".

Declaration

cs-api-definition
public const string CssListBoxLinkButtonMoveUp = "rlbMoveUp"

Field Value

string

CssListBoxLinkButtonTransferAllFrom

The CSS class identifying the ListBox link button "TransferAllFrom".

Declaration

cs-api-definition
public const string CssListBoxLinkButtonTransferAllFrom = "rlbTransferAllFrom"

Field Value

string

CssListBoxLinkButtonTransferAllLeft

The CSS class identifying the ListBox link icon "TransferAllLeft".

Declaration

cs-api-definition
public const string CssListBoxLinkButtonTransferAllLeft = "rlbIconTransferAllLeft"

Field Value

string

CssListBoxLinkButtonTransferAllRight

The CSS class identifying the ListBox link icon "TransferAllRight".

Declaration

cs-api-definition
public const string CssListBoxLinkButtonTransferAllRight = "rlbIconTransferAllRight"

Field Value

string

CssListBoxLinkButtonTransferAllTo

The CSS class identifying the ListBox link button "TransferAllTo".

Declaration

cs-api-definition
public const string CssListBoxLinkButtonTransferAllTo = "rlbTransferAllTo"

Field Value

string

CssListBoxLinkButtonTransferFrom

The CSS class identifying the ListBox link button "TransferFrom".

Declaration

cs-api-definition
public const string CssListBoxLinkButtonTransferFrom = "rlbTransferFrom"

Field Value

string

CssListBoxLinkButtonTransferLeft

The CSS class identifying the ListBox link icon "TransferLeft".

Declaration

cs-api-definition
public const string CssListBoxLinkButtonTransferLeft = "rlbIconTransferLeft"

Field Value

string

CssListBoxLinkButtonTransferRight

The CSS class identifying the ListBox link icon "TransferRight".

Declaration

cs-api-definition
public const string CssListBoxLinkButtonTransferRight = "rlbIconTransferRight"

Field Value

string

CssListBoxLinkButtonTransferTo

The CSS class identifying the ListBox link button "TransferTo".

Declaration

cs-api-definition
public const string CssListBoxLinkButtonTransferTo = "rlbTransferTo"

Field Value

string

CssListBoxLinkIconDelete

The CSS class identifying the ListBox icon "Delete".

Declaration

cs-api-definition
public const string CssListBoxLinkIconDelete = "rlbIconDelete"

Field Value

string

CssListBoxLinkIconMoveDown

The CSS class identifying the ListBox link icon "MoveDown".

Declaration

cs-api-definition
public const string CssListBoxLinkIconMoveDown = "rlbIconMoveDown"

Field Value

string

CssListBoxLinkIconMoveUp

The CSS class identifying the ListBox link icon "MoveUp".

Declaration

cs-api-definition
public const string CssListBoxLinkIconMoveUp = "rlbIconMoveUp"

Field Value

string

CssListBoxNoButtonText

The CSS class identifying the ListBox button text.

Declaration

cs-api-definition
public const string CssListBoxNoButtonText = "rlbNoButtonText"

Field Value

string

ListBoxItemKey

The ListBoxItem key used across the source classes.

Declaration

cs-api-definition
public const string ListBoxItemKey = "RadListBoxItem"

Field Value

string

ListBoxKey

The ListBox key used across the source classes.

Declaration

cs-api-definition
public const string ListBoxKey = "RadListBox"

Field Value

string