Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class PropertyNumberControl

Property control that is used to store a numeric value.

Inheritance
System.Object
PropertyNumberControl
Implements
System.Web.UI.INamingContainer
Inherited Members
Namespace: EPiServer.Web.PropertyControls
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public class PropertyNumberControl : PropertyTextBoxControlBase, IPropertyControl, INamingContainer, IRenderSettings

Constructors

PropertyNumberControl()

Declaration
public PropertyNumberControl()

Methods

ApplyControlAttributes(WebControl)

Copies web attribues and style information. Also sets a css class indicating if this property is required if RenderType is set to Edit.

Declaration
public override void ApplyControlAttributes(WebControl control)
Parameters
Type Name Description
System.Web.UI.WebControls.WebControl control

The control to setup.

Overrides

Implements

System.Web.UI.INamingContainer

Extension Methods