Click or drag to resize
StepEventArgsHideNextButton Property
If true, the next button should be hidden in current step, there is no next action (use in the load event)

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax
C#
public bool HideNextButton { get; set; }

Property Value

Type: Boolean
See Also