ControlsExtensions SetCssClasses Method Kentico 8.1 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.1.5347.20411)

Parameters

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