ASP.NET MVC Controls
DropDownCssClass Property (IDropDown)

Gets or sets a CSS class name to add to the control's drop-down element.
Syntax
'Declaration
 
Property DropDownCssClass As String
string DropDownCssClass {get; set;}
Remarks
This property is useful when styling the drop-down element, because it is shown as a child of the document body rather than as a child of the control itself, which prevents using CSS selectors based on the parent control.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IDropDown Interface
IDropDown Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback