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
object ← FormComponent ← FormDataComponent ← DatepickerComponent
Implements
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
EnableTime
public bool EnableTime { get; set; }
Property Value
MaxDate
Gets or sets the maximum selectable date for the datepicker.
public string MaxDate { get; set; }
Property Value
MinDate
Gets or sets the minimum selectable date for the datepicker.
public string MinDate { get; set; }
Property Value
Placeholder
Gets or sets the placeholder text for the datepicker.
public string Placeholder { get; set; }
Property Value
PopupPlacement
public string PopupPlacement { get; set; }
Property Value
TimeLabelTemplate
public string TimeLabelTemplate { get; set; }
Property Value
Value
Gets or sets the value of the datepicker.
public string Value { get; set; }