Class DnnDatePicker
Implements
Inherited Members
Namespace: DotNetNuke.Web.UI.WebControls.Internal
Assembly: DotNetNuke.Web.dll
Syntax
public class DnnDatePicker : TextBox, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IPostBackDataHandler, IEditableTextControl, ITextControl
Constructors
DnnDatePicker()
Declaration
public DnnDatePicker()
Properties
ClientFormat
Declaration
protected virtual string ClientFormat { get; }
Property Value
Type | Description |
---|---|
string |
Format
Declaration
protected virtual string Format { get; }
Property Value
Type | Description |
---|---|
string |
MaxDate
Declaration
public DateTime MaxDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
MinDate
Declaration
public DateTime MinDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
SelectedDate
Declaration
public DateTime? SelectedDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
Methods
GetSettings()
Declaration
protected virtual IDictionary<string, object> GetSettings()
Returns
Type | Description |
---|---|
IDictionary<string, object> |
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |