Class AbpDatePickerOptions
Inheritance
AbpDatePickerOptions
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
public class AbpDatePickerOptions : IAbpDatePickerOptions
Constructors
Declaration
public AbpDatePickerOptions()
Properties
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? 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
public AbpDatePickerDrops Drops { get; set; }
Property Value
Declaration
public string? InputDateFormat { get; set; }
Property Value
Declaration
public bool? IsIso { get; set; }
Property Value
Declaration
public bool? IsUtc { 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 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 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? VisibleDateFormat { get; set; }
Property Value
Declaration
public AbpDatePickerWeekNumbers WeekNumbers { get; set; }
Property Value
Implements
Extension Methods