The CSS class for this drop down box.
Syntax
| Visual Basic (Declaration) | |
|---|
<ResDescriptionAttribute("The CSS class for this drop down box.")>
<ResCategoryAttribute("Appearance")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property CssClass As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As DropDownBox
Dim value As String
instance.CssClass = value
value = instance.CssClass
|
| C# | |
|---|
[ResDescriptionAttribute("The CSS class for this drop down box.")]
[ResCategoryAttribute("Appearance")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public string CssClass {get; set;} |
Remarks
See Also