Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / DateTimeUpDown Class / Format Property


In This Topic
    Format Property (DateTimeUpDown)
    In This Topic
    Gets or sets the date-time format used by DateTimeUpDown.
    Syntax
    'Declaration
     
    Public Property Format As DateTimeFormat
    'Usage
     
    Dim instance As DateTimeUpDown
    Dim value As DateTimeFormat
     
    instance.Format = value
     
    value = instance.Format
    public DateTimeFormat Format {get; set;}

    Property Value

    A DateTimeFormat value representing the date-time format used by DateTimeUpDown.
    Requirements

    See Also