Class PropertyNumberControl
Property control that is used to store a numeric value.
Inherited Members
Namespace: EPiServer.Web.PropertyControls
Assembly: EPiServer.dll
Version: 10.10.4Syntax
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