Xceed DataGrid for Silverlight Documentation
StringFormat Property


Gets or sets a string that specifies how to format the binding if it displays the bound value as a string.
Syntax
'Declaration
 
Public Property StringFormat As String
'Usage
 
Dim instance As DataGridBindingInfo
Dim value As String
 
instance.StringFormat = value
 
value = instance.StringFormat
public string StringFormat {get; set;}

Property Value

A string that specifies how to format the binding if it displays the bound value as a string.
Requirements

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

See Also

Reference

DataGridBindingInfo Class
DataGridBindingInfo Members

Send Feedback