DatePickerFlyout Class

Definition

public ref class DatePickerFlyout sealed : PickerFlyoutBase
/// [Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class DatePickerFlyout final : PickerFlyoutBase
[Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DatePickerFlyout : PickerFlyoutBase
Public NotInheritable Class DatePickerFlyout
Inherits PickerFlyoutBase
Inheritance
Object Platform::Object IInspectable DependencyObject FlyoutBase PickerFlyoutBase DatePickerFlyout
Attributes

Constructors

Name Description
DatePickerFlyout()

Properties

Name Description
AllowFocusOnInteraction (Inherited from FlyoutBase)
AllowFocusWhenDisabled (Inherited from FlyoutBase)
AreOpenCloseAnimationsEnabled (Inherited from FlyoutBase)
CalendarIdentifier
CalendarIdentifierProperty
Date
DateProperty
DayFormat
DayFormatProperty
DayVisible
DayVisibleProperty
Dispatcher (Inherited from DependencyObject)
DispatcherQueue (Inherited from DependencyObject)
ElementSoundMode (Inherited from FlyoutBase)
InputDevicePrefersPrimaryCommands (Inherited from FlyoutBase)
IsConstrainedToRootBounds (Inherited from FlyoutBase)
IsOpen (Inherited from FlyoutBase)
LightDismissOverlayMode (Inherited from FlyoutBase)
MaxYear
MaxYearProperty
MinYear
MinYearProperty
MonthFormat
MonthFormatProperty
MonthVisible
MonthVisibleProperty
OverlayInputPassThroughElement (Inherited from FlyoutBase)
Placement (Inherited from FlyoutBase)
ShouldConstrainToRootBounds (Inherited from FlyoutBase)
ShowMode (Inherited from FlyoutBase)
SystemBackdrop (Inherited from FlyoutBase)
Target (Inherited from FlyoutBase)
XamlRoot (Inherited from FlyoutBase)
YearFormat
YearFormatProperty
YearVisible
YearVisibleProperty

Methods

Name Description
ClearValue(DependencyProperty) (Inherited from DependencyObject)
CreatePresenter() (Inherited from FlyoutBase)
GetAnimationBaseValue(DependencyProperty) (Inherited from DependencyObject)
GetValue(DependencyProperty) (Inherited from DependencyObject)
Hide() (Inherited from FlyoutBase)
OnConfirmed() (Inherited from PickerFlyoutBase)
OnProcessKeyboardAccelerators(ProcessKeyboardAcceleratorEventArgs) (Inherited from FlyoutBase)
ReadLocalValue(DependencyProperty) (Inherited from DependencyObject)
RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback) (Inherited from DependencyObject)
SetValue(DependencyProperty, Object) (Inherited from DependencyObject)
ShouldShowConfirmationButtons() (Inherited from PickerFlyoutBase)
ShowAt(DependencyObject, FlyoutShowOptions) (Inherited from FlyoutBase)
ShowAt(FrameworkElement) (Inherited from FlyoutBase)
ShowAtAsync(FrameworkElement)
TryInvokeKeyboardAccelerator(ProcessKeyboardAcceleratorEventArgs) (Inherited from FlyoutBase)
UnregisterPropertyChangedCallback(DependencyProperty, Int64) (Inherited from DependencyObject)

Events

Name Description
Closed (Inherited from FlyoutBase)
Closing (Inherited from FlyoutBase)
DatePicked
Opened (Inherited from FlyoutBase)
Opening (Inherited from FlyoutBase)

Applies to