Click or drag to resize
ButtonActionButtonStyle Property
Gets or sets an enum which represents button type based on which CSS class will be rendered.

Namespace: CMS.UIControls.UniGridConfig
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax
C#
public ButtonStyle ButtonStyle { get; set; }

Property Value

Type: ButtonStyle
Remarks
If value is None no style will be applied.
See Also