Click or drag to resize
CMSButtonIconCssClass Property
Gets or sets the CSS class that serves as icon for the button. Icon is by default rendered before text. Position of the icon can be overriden by using expression ICON_PLACEMENT_MACRO inside the text property.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public virtual string IconCssClass { get; set; }

Property Value

Type: String
See Also