Click or drag to resize
ButtonStyle Enumeration
Set of button types.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public enum ButtonStyle
Members
  Member nameValueDescription
Primary0 Primary button, will have style btn-primary.
Default1 Default button, will have style btn-default.
None2 Button with specific styles except generic button styles.
See Also