Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.Controls Assembly / Xceed.Wpf.Controls Namespace / DateTimeMaskMode Enumeration


In This Topic
    DateTimeMaskMode Enumeration
    In This Topic
    Value indicating the mode used to mask inputted text as a date and time format.
    Syntax
    'Declaration
     
    Public Enum DateTimeMaskMode 
       Inherits System.Enum
    'Usage
     
    Dim instance As DateTimeMaskMode
    public enum DateTimeMaskMode : System.Enum 
    Members
    MemberDescription
    CustomThe CustomFormatSpecifier will be used.
    LongTimeThe long time mask mode will be used.
    ShortDateThe short date mask mode will be used.
    ShortDateAndLongTimeThe short date and long time mask mode will be used.
    ShortDateAndShortTimeThe short date and time mask mode will be used.
    ShortTimeThe short time mask mode will be used.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Wpf.Controls.DateTimeMaskMode

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also