Class PropertyWeekdayControl
Property control that is used to select one or several weekdays.
Inheritance
System.Object
PropertyWeekdayControl
Inherited Members
Namespace: EPiServer.Web.PropertyControls
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
public class PropertyWeekdayControl : PropertySelectMultipleControlBase, IPropertyControl, INamingContainer, IRenderSettings
Constructors
PropertyWeekdayControl()
Declaration
public PropertyWeekdayControl()
Properties
Number
Gets or sets the value for the property.
Declaration
public int Number { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The value for the property. |
Methods
SaveValuesForCheckBoxList(CheckBoxList)
Saves the values for check box list.
Declaration
protected override void SaveValuesForCheckBoxList(CheckBoxList EditControl)
Parameters
Type | Name | Description |
---|---|---|
System.Web.UI.WebControls.CheckBoxList | EditControl | The edit control. |
Overrides
Remarks
The selected weekdays are stored as a bit array that is stored as an integer.
SetupEditControls()
Used to apply a custom setup to the edit controls.
Declaration
protected override void SetupEditControls()
Overrides
Remarks
This method is called from CreateEditControls after the edit control(s) have been created.
Implements
System.Web.UI.INamingContainer