Click or drag to resize

DateSelector Class

Inheritance Hierarchy
System.Web.UI.WebControlsWebControl
  Dynamicweb.ControlsDateSelector

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[DefaultPropertyAttribute("Date")]
public class DateSelector : WebControl, 
	IPostBackDataHandler

The DateSelector type exposes the following members.

Constructors
  NameDescription
Public methodDateSelector
Initializes a new instance of the DateSelector class
Top
Properties
  NameDescription
Public propertyAllowEmpty
Gets or sets the value indicating whether user can choose time (in 24h notation).
Public propertyAllowNeverExpire
Gets or sets a value indicating whether the Never Expire option should be available
Public propertyDate
Public propertyIncludeTime
Gets or sets a value indicating whether this control should show the minutes and seconds
Public propertyIsSet
Public propertyLabel
Public propertyOnClientChange
Gets or sets the javascript to be run on change
Public propertyPostBackDate
Public propertySetNeverExpire
Public propertyShowAsLabel
If set, the date is shown as a label instead of as dropdowns
Top
Methods
See Also