menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DateTimeEditMode - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DateTimeEditMode

    Specifies the editing mode for date and time editors.

    Inheritance
    System.Object
    DateTimeEditMode
    Namespace: Syncfusion.UI.Xaml.Editors
    Assembly: Syncfusion.Editors.WinUI.dll
    Syntax
    public sealed class DateTimeEditMode : Enum

    Fields

    Mask

    To allow editing and perform input validation as user edits the value, set Mask value.

    Declaration
    public const DateTimeEditMode Mask
    Field Value
    Type
    DateTimeEditMode

    None

    To disable editing in editing part, set None value.

    Declaration
    public const DateTimeEditMode None
    Field Value
    Type
    DateTimeEditMode

    Normal

    To allow editing and perform input validation only after editing is completed, set Normal value.

    Declaration
    public const DateTimeEditMode Normal
    Field Value
    Type
    DateTimeEditMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved