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


In This Topic
    FormatString Property (DateTimeUpDown)
    In This Topic
    Gets or sets the date-time format to be used by the control when Format is set to Custom.
    Syntax
    'Declaration
     
    Public Property FormatString As String
    'Usage
     
    Dim instance As DateTimeUpDown
    Dim value As String
     
    instance.FormatString = value
     
    value = instance.FormatString
    public string FormatString {get; set;}

    Property Value

    A string representing the date-time format to be used by the control when Format is set to Custom, for example, "hh:mm tt".
    Remarks
    You must set Format to DateTimeFormat.Custom to use the format specified in this property.
    Requirements

    See Also