Class DnnDatePicker
Inheritance
DnnDatePicker
Assembly: DotNetNuke.Web.dll
Syntax
public class DnnDatePicker : TextBox, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IPostBackDataHandler, IEditableTextControl, ITextControl
Constructors
DnnDatePicker()
Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.2. Please use overload with IHostSettings. Scheduled removal in v12.0.0.")]
public DnnDatePicker()
DnnDatePicker(IClientResourceController, IApplicationStatusInfo, IEventLogger)
Declaration
public DnnDatePicker(IClientResourceController clientResourceController, IApplicationStatusInfo appStatus, IEventLogger eventLogger)
Parameters
Properties
Declaration
protected virtual string ClientFormat { get; }
Property Value
Declaration
protected virtual string Format { get; }
Property Value
MaxDate
Declaration
public DateTime MaxDate { get; set; }
Property Value
MinDate
Declaration
public DateTime MinDate { get; set; }
Property Value
SelectedDate
Declaration
public DateTime? SelectedDate { get; set; }
Property Value
Methods
GetSettings()
Declaration
protected virtual IDictionary<string, object> GetSettings()
Returns
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Overrides
Implements
Extension Methods