Xceed DataGrid for Silverlight Documentation
DateTimeFormat Property


Gets or sets the date-time format used for the export/clipboard copy.
Syntax
'Declaration
 
Public Property DateTimeFormat As String
'Usage
 
Dim instance As FormatSettingsBase
Dim value As String
 
instance.DateTimeFormat = value
 
value = instance.DateTimeFormat
public string DateTimeFormat {get; set;}

Property Value

A string representing the date-time format. By default, a null reference (Nothing in Visual Basic).
Remarks

Empty and a null reference (Nothing in Visual Basic) values will be ignored (default format of the culture). Accepted formats are described in the "Custom Numeric Format Strings" topic in MSDN.

Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

FormatSettingsBase Class
FormatSettingsBase Members

Send Feedback