ControlsExtensions SetCssClasses Method Kentico 8.0 API Reference
Sets CSS classes to the control. Current classes will be overridden.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

control
Type: OnlineSystem.Web.UI.WebControls WebControl
Control
classes
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString 
CSS classes to set to control
See Also