KaxComboBoxDropDownCssClass Property |
Gets or sets an additional Cascading Style Sheet (CSS) class applied to the Drop Down.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string DropDownCssClass { get; set; }
Public Property DropDownCssClass As String
Get
Set
public:
property String^ DropDownCssClass {
String^ get ();
void set (String^ value);
}
member DropDownCssClass : string with get, set
Property Value
Type:
String
Remarks
By default the visual appearance of the Drop Down is defined in the skin CSS
file. You can use the DropDownCssClass property to specify a CSS class
to be applied in addition to the default CSS class.
See Also