Class PropertyTimeSpanControl
Property control that is used to store time spans.
Inherited Members
Namespace: EPiServer.Web.PropertyControls
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
public class PropertyTimeSpanControl : PropertyDataControl, IPropertyControl, INamingContainer, IRenderSettings
Constructors
PropertyTimeSpanControl()
Declaration
public PropertyTimeSpanControl()
Methods
ApplyEditChanges()
Applies changes for the posted data to the page's properties when the RenderType property is set to Edit.
Declaration
public override void ApplyEditChanges()
Overrides
Remarks
This method is called from ApplyChanges() if the control does not have an adapter.
CreateEditControls()
Creates an edit interface for the property.
Declaration
public override void CreateEditControls()
Overrides
Implements
System.Web.UI.INamingContainer