ClassListBoxConstants
Represents the ListBoxConstants class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public static class ListBoxConstants
Inheritance: objectListBoxConstants
Fields
CssListBox
The CSS class identifying the ListBox control.
Declaration
public const string CssListBox = "RadListBox RadListBox"
Field Value
CssListBoxButtonText
The CSS class identifying the ListBox button text.
Declaration
public const string CssListBoxButtonText = "rlbButtonText"
Field Value
CssListBoxItem
The CSS class identifying the ListBox item.
CssListBoxItemCheckBox
The CSS class identifying the ListBox item checkbox.
Declaration
public const string CssListBoxItemCheckBox = "rlbCheck"
Field Value
CssListBoxItemImage
The CSS class identifying the ListBox item image element.
Declaration
public const string CssListBoxItemImage = "rlbImage"
Field Value
CssListBoxItemText
The CSS class identifying the ListBox item span element.
CssListBoxLButtonIcon
The CSS class identifying the ListBox link button "Delete".
Declaration
public const string CssListBoxLButtonIcon = "rlbButtonIcon"
Field Value
CssListBoxLinkButtonDelete
The CSS class identifying the ListBox link button "Delete".
Declaration
public const string CssListBoxLinkButtonDelete = "rlbDelete"
Field Value
CssListBoxLinkButtonMoveDown
The CSS class identifying the ListBox link button "MoveDown".
Declaration
public const string CssListBoxLinkButtonMoveDown = "rlbMoveDown"
Field Value
CssListBoxLinkButtonMoveUp
The CSS class identifying the ListBox link button "MoveUp".
Declaration
public const string CssListBoxLinkButtonMoveUp = "rlbMoveUp"
Field Value
CssListBoxLinkButtonTransferAllFrom
The CSS class identifying the ListBox link button "TransferAllFrom".
Declaration
public const string CssListBoxLinkButtonTransferAllFrom = "rlbTransferAllFrom"
Field Value
CssListBoxLinkButtonTransferAllLeft
The CSS class identifying the ListBox link icon "TransferAllLeft".
Declaration
public const string CssListBoxLinkButtonTransferAllLeft = "rlbIconTransferAllLeft"
Field Value
CssListBoxLinkButtonTransferAllRight
The CSS class identifying the ListBox link icon "TransferAllRight".
Declaration
public const string CssListBoxLinkButtonTransferAllRight = "rlbIconTransferAllRight"
Field Value
CssListBoxLinkButtonTransferAllTo
The CSS class identifying the ListBox link button "TransferAllTo".
Declaration
public const string CssListBoxLinkButtonTransferAllTo = "rlbTransferAllTo"
Field Value
CssListBoxLinkButtonTransferFrom
The CSS class identifying the ListBox link button "TransferFrom".
Declaration
public const string CssListBoxLinkButtonTransferFrom = "rlbTransferFrom"
Field Value
CssListBoxLinkButtonTransferLeft
The CSS class identifying the ListBox link icon "TransferLeft".
Declaration
public const string CssListBoxLinkButtonTransferLeft = "rlbIconTransferLeft"
Field Value
CssListBoxLinkButtonTransferRight
The CSS class identifying the ListBox link icon "TransferRight".
Declaration
public const string CssListBoxLinkButtonTransferRight = "rlbIconTransferRight"
Field Value
CssListBoxLinkButtonTransferTo
The CSS class identifying the ListBox link button "TransferTo".
Declaration
public const string CssListBoxLinkButtonTransferTo = "rlbTransferTo"
Field Value
CssListBoxLinkIconDelete
The CSS class identifying the ListBox icon "Delete".
Declaration
public const string CssListBoxLinkIconDelete = "rlbIconDelete"
Field Value
CssListBoxLinkIconMoveDown
The CSS class identifying the ListBox link icon "MoveDown".
Declaration
public const string CssListBoxLinkIconMoveDown = "rlbIconMoveDown"
Field Value
CssListBoxLinkIconMoveUp
The CSS class identifying the ListBox link icon "MoveUp".
Declaration
public const string CssListBoxLinkIconMoveUp = "rlbIconMoveUp"
Field Value
CssListBoxNoButtonText
The CSS class identifying the ListBox button text.
Declaration
public const string CssListBoxNoButtonText = "rlbNoButtonText"
Field Value
ListBoxItemKey
The ListBoxItem key used across the source classes.
Declaration
public const string ListBoxItemKey = "RadListBoxItem"
Field Value
ListBoxKey
The ListBox key used across the source classes.