ComponentOne ASP.NET MVC Controls
CssStyles Property

C1.Web.Mvc Namespace > Control Class : CssStyles Property
Gets the CSS style applied in the control.
Syntax
'Declaration
 
<C1IgnoreAttribute()>
Public ReadOnly Property CssStyles As IDictionary(Of String,String)
[C1Ignore()]
public IDictionary<string,string> CssStyles {get;}
See Also

Reference

Control Class
Control Members