DateTimeToStringConverter Class
See Also  Members  
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Converters Namespace : DateTimeToStringConverter Class

Converts the specified DateTime value to a string using the DateTimeMaskMode received as a parameter.

Syntax

Visual Basic (Declaration) 
Public Class DateTimeToStringConverter 
   Implements IValueConverter 
C# 
public class DateTimeToStringConverter : IValueConverter  

Inheritance Hierarchy

System.Object
   Xceed.Wpf.DataGrid.Converters.DateTimeToStringConverter

Requirements

Supported Operating Systems: Windows Server 2003 Service Pack 1; Windows Vista; Windows XP Service Pack 2

See Also