ClassWizardConstants
Represents the Wizard constants class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public static class WizardConstants
Inheritance: objectWizardConstants
Fields
CssBreadCrumb
The CSS class identifying the BreadCrumb element.
Declaration
public const string CssBreadCrumb = "rwzBreadCrumb"
Field Value
CssCancelButton
The CSS class identifying Cancel button element.
CssContent
The CSS class identifying the Content element.
CssContentWrapper
The CSS class identifying the Content wrapper.
Declaration
public const string CssContentWrapper = "rwzContentWrapper"
Field Value
CssFinishButton
The CSS class identifying Finish button element.
CssHidden
The Hidded class.
CssNav
The CSS class identifying the Navigation element.
CssNextButton
The CSS class identifying Next button element.
CssPreviousButton
The CSS class identifying Previous button element.
Declaration
public const string CssPreviousButton = "rwzPrevious"
Field Value
CssProgressBar
The CSS class identifying the ProgressBar element.
Declaration
public const string CssProgressBar = "rwzProgressBar"
Field Value
CssWizard
CSS class of the Wizard.
Declaration
public const string CssWizard = "RadWizard RadWizard"
Field Value
CssWizardButton
The CSS class identifying wizard button elements.
CssWizardLi
The CSS class identifying the wizard list elements.
CssWizardStep
The CSS class identifying the RadWizardStep element.
WizardKey
The Wizard key used across the source classes.
WizardStepKey
The WizardStep key used across the source classes.
Declaration
public const string WizardStepKey = "RadWizardStep"
Field Value