Class DatePickerField
[ContentProperty("Validations")]
public class DatePickerField : InputField, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, ILayout, ILayoutController, IVisualTreeElement, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout, IValidatable, INotifyPropertyChanged
- Inheritance
-
DatePickerField
- Implements
- Inherited Members
- Extension Methods
Constructors
DatePickerField()
public DatePickerField()
Fields
AllowClearProperty
public static BindableProperty AllowClearProperty
Field Value
CharacterSpacingProperty
public static readonly BindableProperty CharacterSpacingProperty
Field Value
DateProperty
public static readonly BindableProperty DateProperty
Field Value
FontAttributesProperty
public static readonly BindableProperty FontAttributesProperty
Field Value
FontAutoScalingEnabledProperty
public static readonly BindableProperty FontAutoScalingEnabledProperty
Field Value
FontFamilyProperty
public static readonly BindableProperty FontFamilyProperty
Field Value
FontSizeProperty
public static readonly BindableProperty FontSizeProperty
Field Value
FormatProperty
public static readonly BindableProperty FormatProperty
Field Value
MaximumDateProperty
public static readonly BindableProperty MaximumDateProperty
Field Value
MinimumDateProperty
public static readonly BindableProperty MinimumDateProperty
Field Value
TextColorProperty
public static readonly BindableProperty TextColorProperty
Field Value
iconClear
protected StatefulContentView iconClear
Field Value
Properties
AllowClear
public bool AllowClear { get; set; }
Property Value
CharacterSpacing
public double CharacterSpacing { get; set; }
Property Value
Content
public override View Content { get; set; }
Property Value
Date
public DateTime? Date { get; set; }
Property Value
DatePickerView
public DatePickerView DatePickerView { get; }
Property Value
FontAttributes
public FontAttributes FontAttributes { get; set; }
Property Value
FontAutoScalingEnabled
public bool FontAutoScalingEnabled { get; set; }
Property Value
FontFamily
public string FontFamily { get; set; }
Property Value
FontSize
[TypeConverter(typeof(FontSizeConverter))]
public double FontSize { get; set; }
Property Value
Format
public string Format { get; set; }
Property Value
HasValue
public override bool HasValue { get; }
Property Value
MaximumDate
public DateTime MaximumDate { get; set; }
Property Value
MinimumDate
public DateTime MinimumDate { get; set; }
Property Value
TextColor
public Color TextColor { get; set; }
Property Value
Methods
GetValueForValidator()
protected override object GetValueForValidator()
Returns
OnAllowClearChanged()
protected virtual void OnAllowClearChanged()
OnClearTapped(object)
protected virtual void OnClearTapped(object parameter)
Parameters
parameter
object
OnDateChanged()
protected virtual void OnDateChanged()
OnIconChanged()
protected override void OnIconChanged()
ResetValidation()
public override void ResetValidation()
UpdateClearIconState()
protected virtual void UpdateClearIconState()