Show / Hide Table of Contents

Class AbpDatePickerOptions

Inheritance
object
AbpDatePickerOptions
Implements
IAbpDatePickerOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Form.DatePicker
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpDatePickerOptions : IAbpDatePickerOptions

Constructors

AbpDatePickerOptions()

Declaration
public AbpDatePickerOptions()

Properties

AlwaysShowCalendars

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

ApplyButtonClasses

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

AutoApply

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

AutoUpdateInput

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

ButtonClasses

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

ClearButton

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

ClearButtonClasses

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

DateFormat

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

Drops

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

InputDateFormat

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

IsIso

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

IsUtc

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

LinkedCalendars

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

Locale

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

MaxDate

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

MaxSpan

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

MaxYear

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

MinDate

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

MinYear

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

OpenButton

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

Opens

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

Options

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

ParentEl

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

PickerId

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

Ranges

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

ShowCustomRangeLabel

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

ShowDropdowns

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

SingleOpenAndClearButton

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

TimePicker

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

TimePicker24Hour

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

TimePickerIncrement

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

TimePickerSeconds

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

TodayButtonClasses

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

VisibleDateFormat

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

WeekNumbers

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

Implements

IAbpDatePickerOptions

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