Show / Hide Table of Contents

Interface IAbpDatePickerOptions

Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Form.DatePicker
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public interface IAbpDatePickerOptions

Properties

AlwaysShowCalendars

Declaration
bool? AlwaysShowCalendars { get; set; }
Property Value
Type Description
bool?

ApplyButtonClasses

Declaration
string? ApplyButtonClasses { get; set; }
Property Value
Type Description
string

AutoApply

Declaration
bool? AutoApply { get; set; }
Property Value
Type Description
bool?

AutoUpdateInput

Declaration
bool? AutoUpdateInput { get; set; }
Property Value
Type Description
bool?

ButtonClasses

Declaration
string? ButtonClasses { get; set; }
Property Value
Type Description
string

ClearButton

Declaration
bool? ClearButton { get; set; }
Property Value
Type Description
bool?

ClearButtonClasses

Declaration
string? ClearButtonClasses { get; set; }
Property Value
Type Description
string

DateFormat

Declaration
[Obsolete("Use VisibleDateFormat instead.")]
string? DateFormat { get; set; }
Property Value
Type Description
string

Drops

Declaration
AbpDatePickerDrops Drops { get; set; }
Property Value
Type Description
AbpDatePickerDrops

InputDateFormat

Declaration
string? InputDateFormat { get; set; }
Property Value
Type Description
string

IsIso

Declaration
bool? IsIso { get; set; }
Property Value
Type Description
bool?

IsUtc

Declaration
bool? IsUtc { get; set; }
Property Value
Type Description
bool?

LinkedCalendars

Declaration
bool? LinkedCalendars { get; set; }
Property Value
Type Description
bool?

Locale

Declaration
object? Locale { get; set; }
Property Value
Type Description
object

MaxDate

Declaration
DateTime? MaxDate { get; set; }
Property Value
Type Description
DateTime?

MaxSpan

Declaration
object? MaxSpan { get; set; }
Property Value
Type Description
object

MaxYear

Declaration
int? MaxYear { get; set; }
Property Value
Type Description
int?

MinDate

Declaration
DateTime? MinDate { get; set; }
Property Value
Type Description
DateTime?

MinYear

Declaration
int? MinYear { get; set; }
Property Value
Type Description
int?

OpenButton

Declaration
bool OpenButton { get; set; }
Property Value
Type Description
bool

Opens

Declaration
AbpDatePickerOpens Opens { get; set; }
Property Value
Type Description
AbpDatePickerOpens

Options

Declaration
object? Options { get; set; }
Property Value
Type Description
object

ParentEl

Declaration
string? ParentEl { get; set; }
Property Value
Type Description
string

PickerId

Declaration
string? PickerId { get; set; }
Property Value
Type Description
string

Ranges

Declaration
List<AbpDatePickerRange>? Ranges { get; set; }
Property Value
Type Description
List<AbpDatePickerRange>

ShowCustomRangeLabel

Declaration
bool? ShowCustomRangeLabel { get; set; }
Property Value
Type Description
bool?

ShowDropdowns

Declaration
bool? ShowDropdowns { get; set; }
Property Value
Type Description
bool?

SingleOpenAndClearButton

Declaration
bool SingleOpenAndClearButton { get; set; }
Property Value
Type Description
bool

TimePicker

Declaration
bool? TimePicker { get; set; }
Property Value
Type Description
bool?

TimePicker24Hour

Declaration
bool? TimePicker24Hour { get; set; }
Property Value
Type Description
bool?

TimePickerIncrement

Declaration
int? TimePickerIncrement { get; set; }
Property Value
Type Description
int?

TimePickerSeconds

Declaration
bool? TimePickerSeconds { get; set; }
Property Value
Type Description
bool?

TodayButtonClasses

Declaration
string? TodayButtonClasses { get; set; }
Property Value
Type Description
string

VisibleDateFormat

Declaration
string? VisibleDateFormat { get; set; }
Property Value
Type Description
string

WeekNumbers

Declaration
AbpDatePickerWeekNumbers WeekNumbers { get; set; }
Property Value
Type Description
AbpDatePickerWeekNumbers

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform