ESRI.ArcGIS.ADF.Web.UI.WebControls
CssClass Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > DropDownBox Class : CssClass Property




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

This property may be used to set the style of the DropDownBox. The CSS class must be defined elsewhere in the web application, typically in a .css file containing styles for the application.

See Also

© 2010 All Rights Reserved.