Click or drag to resize
CMSMultiButtonBaseActions Property
Button actions. Has to be set before PreRender event.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public List<CMSButtonAction> Actions { get; set; }

Property Value

Type: ListCMSButtonAction
See Also