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.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax public virtual string IconCssClass { get; set; }
Property Value
Type:
StringSee Also