BuildMaster SDK Reference
Version:

DatePicker Class

A TextBox that drops down a JavaScript-based calendar.

Inheritance Hierarchy

Syntax

public class DatePicker : ValidatingTextBox, System.ComponentModel.IComponent, System.IDisposable, System.Web.UI.IParserAccessor, System.Web.UI.IUrlResolutionService, System.Web.UI.IDataBindingsAccessor, System.Web.UI.IControlBuilderAccessor, System.Web.UI.IControlDesignerAccessor, System.Web.UI.IExpressionsAccessor, System.Web.UI.IAttributeAccessor, System.Web.UI.IPostBackDataHandler, System.Web.UI.IEditableTextControl, System.Web.UI.ITextControl, ISimpleValidationExpression, ISimpleValidator, IMandatoryClientIdPolicyContainer, ISimplePostControl, ISimpleControl, ISimpleClientResourceConsumer

Constructors

Name Description
DatePicker

Initializes a new instance of the DatePicker class.

Properties

Name Description
DateFormat

Gets or sets the .NET date format to use.

Value

Gets or sets the current value of the textbox.

Methods

Name Description
PostRender(SlimHtmlTextWriter writer)