Xceed DataGrid for Silverlight Documentation
TargetNullValue Property


Gets or sets the value that is used in the target when the value of the source is a null reference (Nothing in Visual Basic).
Syntax
'Declaration
 
Public Property TargetNullValue As Object
'Usage
 
Dim instance As DataGridBindingInfo
Dim value As Object
 
instance.TargetNullValue = value
 
value = instance.TargetNullValue
public object TargetNullValue {get; set;}

Property Value

An attribute or object element value of the same type as the target property.
Requirements

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

See Also

Reference

DataGridBindingInfo Class
DataGridBindingInfo Members

Send Feedback