Interface IAbpDatePickerOptions
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
public interface IAbpDatePickerOptions
Properties
Declaration
bool? AlwaysShowCalendars { get; set; }
Property Value
Declaration
string? ApplyButtonClasses { get; set; }
Property Value
Declaration
bool? AutoApply { get; set; }
Property Value
Declaration
bool? AutoUpdateInput { get; set; }
Property Value
Declaration
string? ButtonClasses { get; set; }
Property Value
Declaration
bool? ClearButton { get; set; }
Property Value
Declaration
string? ClearButtonClasses { get; set; }
Property Value
Declaration
[Obsolete("Use VisibleDateFormat instead.")]
string? DateFormat { get; set; }
Property Value
Declaration
AbpDatePickerDrops Drops { get; set; }
Property Value
Declaration
string? InputDateFormat { get; set; }
Property Value
Declaration
bool? IsIso { get; set; }
Property Value
Declaration
bool? IsUtc { get; set; }
Property Value
Declaration
bool? LinkedCalendars { get; set; }
Property Value
Declaration
object? Locale { get; set; }
Property Value
Declaration
DateTime? MaxDate { get; set; }
Property Value
Declaration
object? MaxSpan { get; set; }
Property Value
Declaration
int? MaxYear { get; set; }
Property Value
Declaration
DateTime? MinDate { get; set; }
Property Value
Declaration
int? MinYear { get; set; }
Property Value
Declaration
bool OpenButton { get; set; }
Property Value
Declaration
AbpDatePickerOpens Opens { get; set; }
Property Value
Declaration
object? Options { get; set; }
Property Value
Declaration
string? ParentEl { get; set; }
Property Value
Declaration
string? PickerId { get; set; }
Property Value
Declaration
List<AbpDatePickerRange>? Ranges { get; set; }
Property Value
Declaration
bool? ShowCustomRangeLabel { get; set; }
Property Value
Declaration
bool? ShowDropdowns { get; set; }
Property Value
Declaration
bool SingleOpenAndClearButton { get; set; }
Property Value
Declaration
bool? TimePicker { get; set; }
Property Value
Declaration
bool? TimePicker24Hour { get; set; }
Property Value
Declaration
int? TimePickerIncrement { get; set; }
Property Value
Declaration
bool? TimePickerSeconds { get; set; }
Property Value
Declaration
string? TodayButtonClasses { get; set; }
Property Value
Declaration
string? VisibleDateFormat { get; set; }
Property Value
Declaration
AbpDatePickerWeekNumbers WeekNumbers { get; set; }
Property Value
Extension Methods