Table of Contents

Class DatepickerComponent

Namespace: Casewhere.Models.FormBuilder.Components
Assembly: Casewhere.Models.dll

Represents a datepicker component in a form.

public class DatepickerComponent : FormDataComponent, INgModelOptions, IHasMinDate

Inheritance

objectFormComponentFormDataComponentDatepickerComponent

Implements

INgModelOptions, IHasMinDate

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<DatepickerComponent>(DatepickerComponent)

Constructors

DatepickerComponent()

public DatepickerComponent()

Properties

EnableSeconds

public bool EnableSeconds { get; set; }

Property Value

bool

EnableTime

public bool EnableTime { get; set; }

Property Value

bool

MaxDate

Gets or sets the maximum selectable date for the datepicker.

public string MaxDate { get; set; }

Property Value

string

MinDate

Gets or sets the minimum selectable date for the datepicker.

public string MinDate { get; set; }

Property Value

string

Placeholder

Gets or sets the placeholder text for the datepicker.

public string Placeholder { get; set; }

Property Value

string

PopupPlacement

public string PopupPlacement { get; set; }

Property Value

string

TimeLabelTemplate

public string TimeLabelTemplate { get; set; }

Property Value

string

Value

Gets or sets the value of the datepicker.

public string Value { get; set; }

Property Value

string