Class ComboBoxConstants
Inheritance
System.Object
    ComboBoxConstants
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public static class ComboBoxConstantsFields
ComboBox
Declaration
public const string ComboBox = "RadComboBox"Field Value
| System.String 
 | 
ComboBoxItemKey
Declaration
public const string ComboBoxItemKey = "RadComboBoxItem"Field Value
| System.String 
 | 
CssComboBox
Declaration
public const string CssComboBox = "RadComboBox RadComboBox"Field Value
| System.String 
 | 
CssComboBoxActionButton
Declaration
public const string CssComboBoxActionButton = "rcbActionButton"Field Value
| System.String 
 | 
CssComboBoxIcon
Declaration
public const string CssComboBoxIcon = "rcbIcon"Field Value
| System.String 
 | 
CssComboBoxItem
Declaration
public const string CssComboBoxItem = "rcb"Field Value
| System.String 
 | 
CssComboBoxItemCheckBox
Declaration
public const string CssComboBoxItemCheckBox = "rcbCheckBox"Field Value
| System.String 
 | 
CssComboBoxItemTemplate
Declaration
public const string CssComboBoxItemTemplate = "rcbTemplate"Field Value
| System.String 
 | 
CssComboBoxList
Declaration
public const string CssComboBoxList = "rcbList"Field Value
| System.String 
 | 
IdComboArrow
Declaration
public const string IdComboArrow = "_Arrow"Field Value
| System.String 
 | 
IdComboDropDown
Declaration
public const string IdComboDropDown = "_DropDown"Field Value
| System.String 
 | 
IdComboInput
Declaration
public const string IdComboInput = "_Input"Field Value
| System.String 
 |