Class AbpDatePickerBaseTagHelper<TTagHelper>
Inheritance
AbpDatePickerBaseTagHelper<TTagHelper>
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
public abstract class AbpDatePickerBaseTagHelper<TTagHelper> : AbpTagHelper<TTagHelper, AbpDatePickerBaseTagHelperService<TTagHelper>>, ITagHelper, ITagHelperComponent, ITransientDependency, IAbpDatePickerOptions where TTagHelper : AbpDatePickerBaseTagHelper<TTagHelper>
Type Parameters
Name |
Description |
TTagHelper |
|
Constructors
Declaration
protected AbpDatePickerBaseTagHelper(AbpDatePickerBaseTagHelperService<TTagHelper> service)
Parameters
Properties
Declaration
public bool AddMarginBottomClass { get; set; }
Property Value
Declaration
public bool? AlwaysShowCalendars { get; set; }
Property Value
Declaration
public string? ApplyButtonClasses { get; set; }
Property Value
Declaration
public bool? AutoApply { get; set; }
Property Value
Declaration
public bool AutoFocus { get; set; }
Property Value
Declaration
public bool? AutoUpdateInput { get; set; }
Property Value
Declaration
public string? ButtonClasses { get; set; }
Property Value
Declaration
public bool? ClearButton { get; set; }
Property Value
Declaration
public string? ClearButtonClasses { get; set; }
Property Value
Declaration
[Obsolete("Use VisibleDateFormat instead.")]
public string? DateFormat { get; set; }
Property Value
Declaration
[HtmlAttributeName("required-symbol")]
public bool DisplayRequiredSymbol { get; set; }
Property Value
Declaration
public AbpDatePickerDrops Drops { get; set; }
Property Value
InfoText
Declaration
[HtmlAttributeName("info")]
public string? InfoText { get; set; }
Property Value
Declaration
public string? InputDateFormat { get; set; }
Property Value
Declaration
[HtmlAttributeName("disabled")]
public bool IsDisabled { get; set; }
Property Value
Declaration
public bool? IsIso { get; set; }
Property Value
Declaration
[HtmlAttributeName("readonly")]
public bool? IsReadonly { get; set; }
Property Value
Declaration
public bool? IsUtc { get; set; }
Property Value
Declaration
public string? Label { get; set; }
Property Value
Declaration
public string? LabelTooltip { get; set; }
Property Value
Declaration
public bool LabelTooltipHtml { get; set; }
Property Value
Declaration
public string LabelTooltipIcon { get; set; }
Property Value
Declaration
public string LabelTooltipPlacement { get; set; }
Property Value
Declaration
public bool? LinkedCalendars { get; set; }
Property Value
Declaration
public object? Locale { get; set; }
Property Value
Declaration
public DateTime? MaxDate { get; set; }
Property Value
Declaration
public object? MaxSpan { get; set; }
Property Value
Declaration
public int? MaxYear { get; set; }
Property Value
Declaration
public DateTime? MinDate { get; set; }
Property Value
Declaration
public int? MinYear { get; set; }
Property Value
Declaration
public string? Name { get; set; }
Property Value
Declaration
public bool OpenButton { get; set; }
Property Value
Declaration
public AbpDatePickerOpens Opens { get; set; }
Property Value
Declaration
public object? Options { get; set; }
Property Value
Declaration
public string? ParentEl { get; set; }
Property Value
Declaration
public string? PickerId { get; set; }
Property Value
Declaration
public List<AbpDatePickerRange>? Ranges { get; set; }
Property Value
Declaration
public bool? ShowCustomRangeLabel { get; set; }
Property Value
Declaration
public bool? ShowDropdowns { get; set; }
Property Value
Declaration
public bool SingleOpenAndClearButton { get; set; }
Property Value
Declaration
public AbpFormControlSize Size { get; set; }
Property Value
Declaration
public bool SuppressLabel { get; set; }
Property Value
Declaration
public bool? TimePicker { get; set; }
Property Value
Declaration
public bool? TimePicker24Hour { get; set; }
Property Value
Declaration
public int? TimePickerIncrement { get; set; }
Property Value
Declaration
public bool? TimePickerSeconds { get; set; }
Property Value
Declaration
public string? TodayButtonClasses { get; set; }
Property Value
Declaration
public string? Value { get; set; }
Property Value
Declaration
public string? VisibleDateFormat { get; set; }
Property Value
Declaration
public AbpDatePickerWeekNumbers WeekNumbers { get; set; }
Property Value
Methods
Declaration
public void SetDatePickerOptions(IAbpDatePickerOptions options)
Parameters
Implements
Extension Methods