Xceed Toolkit Plus for WPF v4.6 Documentation
FormatString Property (DateTimeUpDown)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > DateTimeUpDown Class : FormatString Property
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

Reference

DateTimeUpDown Class
DateTimeUpDown Members