Class INTERNAL_CalendarOrClockBase
Inheritance
System.Object
INTERNAL_CalendarOrClockBase
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
public abstract class INTERNAL_CalendarOrClockBase : FrameworkElement
Constructors
| Improve this Doc View SourceINTERNAL_CalendarOrClockBase()
Declaration
public INTERNAL_CalendarOrClockBase()
Fields
| Improve this Doc View Source_flatpickrInstance
Declaration
protected object _flatpickrInstance
Field Value
Type | Description |
---|---|
System.Object |
SelectedValueProperty
Identifies the dependency property.
Declaration
public static readonly DependencyProperty SelectedValueProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceSelectedValue
Gets or sets the currently selected date or time.
Declaration
public DateTime? SelectedValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Events
| Improve this Doc View SourceSelectedDatesChanged
Occurs when the collection returned by the property has changed.
Declaration
public event EventHandler<SelectionChangedEventArgs> SelectedDatesChanged
Event Type
Type | Description |
---|---|
System.EventHandler<SelectionChangedEventArgs> |