skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadMaskedDateTimeInput

Inheritance
System.Object
RadControl
RadMaskedInputBase
RadMaskedDateTimeInput
Inherited Members
RadMaskedInputBase.TextProperty
RadMaskedInputBase.MaskProperty
RadMaskedInputBase.AllowPromptAsInputProperty
RadMaskedInputBase.AllowNullValueProperty
RadMaskedInputBase.PromptCharProperty
RadMaskedInputBase.CultureProperty
RadMaskedInputBase.EmptyTextProperty
RadMaskedInputBase.IsReadOnlyProperty
RadMaskedInputBase.HeaderTemplateProperty
RadMaskedInputBase.HeaderProperty
RadMaskedInputBase.DescriptionProperty
RadMaskedInputBase.OnApplyTemplate()
RadMaskedInputBase.OnGotFocus(RoutedEventArgs)
RadMaskedInputBase.OnLostFocus(RoutedEventArgs)
RadMaskedInputBase.OnPointerExited(PointerRoutedEventArgs)
RadMaskedInputBase.OnPointerEntered(PointerRoutedEventArgs)
RadMaskedInputBase.ChangeVisualState()
RadMaskedInputBase.ChangeVisualState(Boolean)
RadMaskedInputBase.OnValueChanging(ValueChangingEventArgs)
RadMaskedInputBase.OnPreviewKeyDown(KeyRoutedEventArgs)
RadMaskedInputBase.OnValueChanged(EventArgs)
RadMaskedInputBase.Text
RadMaskedInputBase.Mask
RadMaskedInputBase.AllowPromptAsInput
RadMaskedInputBase.AllowNullValue
RadMaskedInputBase.PromptChar
RadMaskedInputBase.Culture
RadMaskedInputBase.EmptyText
RadMaskedInputBase.IsReadOnly
RadMaskedInputBase.HeaderTemplate
RadMaskedInputBase.Header
RadMaskedInputBase.Description
RadMaskedInputBase.ValueChanged
RadMaskedInputBase.ValueChanging
RadMaskedInputBase.ContextMenuOpening
RadControl.EndVisualStateUpdate(Boolean, Boolean)
RadControl.UpdateVisualState(Boolean)
RadControl.BeginVisualStateUpdate()
RadControl.OnCreateAutomationPeer()
RadControl.SetVisualState(String, Boolean)
RadControl.CanUpdateVisualState()
RadControl.ComposeVisualStateName()
RadControl.MeasureOverride(Size)
RadControl.ArrangeOverride(Size)
RadControl.UnapplyTemplateCore()
RadControl.OnIsEnabledChanged(Boolean, Boolean)
RadControl.OnTemplateApplied()
RadControl.ApplyTemplateCore()
RadControl.LoadCore()
RadControl.OnLoaded()
RadControl.UnloadCore()
RadControl.CurrentVisualState
RadControl.IsLoaded
RadControl.IsLoading
RadControl.IsUnloaded
RadControl.WasUnloaded
RadControl.IsTemplateApplied
Namespace: Telerik.UI.Xaml.Controls.Input
Assembly: Telerik.WinUI.Controls.dll

Syntax

public class RadMaskedDateTimeInput : RadMaskedInputBase, IMaskControl

Constructors

RadMaskedDateTimeInput()

Declaration
public RadMaskedDateTimeInput()

Fields

AutoCompleteYearProperty

Declaration
public static readonly DependencyProperty AutoCompleteYearProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

AutoSelectNextPartProperty

Declaration
public static readonly DependencyProperty AutoSelectNextPartProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

EnableKeyNavigationProperty

Declaration
public static readonly DependencyProperty EnableKeyNavigationProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

FallbackValueProperty

Declaration
public static readonly DependencyProperty FallbackValueProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

HoursStepProperty

Declaration
public static readonly DependencyProperty HoursStepProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IsFreeFormProperty

Declaration
public static readonly DependencyProperty IsFreeFormProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

MaxValueProperty

Declaration
public static readonly DependencyProperty MaxValueProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

MillisecondsStepProperty

Declaration
public static readonly DependencyProperty MillisecondsStepProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

MinutesStepProperty

Declaration
public static readonly DependencyProperty MinutesStepProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

MinValueProperty

Declaration
public static readonly DependencyProperty MinValueProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

SecondsStepProperty

Declaration
public static readonly DependencyProperty SecondsStepProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ValueProperty

Declaration
public static readonly DependencyProperty ValueProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

YearResetValueProperty

Declaration
public static readonly DependencyProperty YearResetValueProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

Properties

AutoCompleteYear

Declaration
public bool AutoCompleteYear { get; set; }
Property Value
System.Boolean

AutoSelectNextPart

Declaration
public bool AutoSelectNextPart { get; set; }
Property Value
System.Boolean

EnableKeyNavigation

Declaration
public bool EnableKeyNavigation { get; set; }
Property Value
System.Boolean

FallbackValue

Declaration
public DateTime FallbackValue { get; set; }
Property Value
System.DateTime

HoursStep

Declaration
public int HoursStep { get; set; }
Property Value
System.Int32

IsFreeForm

Declaration
public bool IsFreeForm { get; set; }
Property Value
System.Boolean

MaxValue

Declaration
public DateTime MaxValue { get; set; }
Property Value
System.DateTime

MillisecondsStep

Declaration
public int MillisecondsStep { get; set; }
Property Value
System.Int32

MinutesStep

Declaration
public int MinutesStep { get; set; }
Property Value
System.Int32

MinValue

Declaration
public DateTime MinValue { get; set; }
Property Value
System.DateTime

SecondsStep

Declaration
public int SecondsStep { get; set; }
Property Value
System.Int32

Value

Declaration
public object Value { get; set; }
Property Value
System.Object

YearResetValue

Declaration
public int YearResetValue { get; set; }
Property Value
System.Int32

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
Support Resources
  • Knowledge Base
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.