Xceed DataGrid for Silverlight Documentation
SourcePropertyName Property (InvalidSourcePropertyNameException)


Gets or sets the invalid property name.
Syntax
'Declaration
 
Public Property SourcePropertyName As String
'Usage
 
Dim instance As InvalidSourcePropertyNameException
Dim value As String
 
instance.SourcePropertyName = value
 
value = instance.SourcePropertyName
public string SourcePropertyName {get; set;}

Property Value

A string representing the invalid property name.
Requirements

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

See Also

Reference

InvalidSourcePropertyNameException Class
InvalidSourcePropertyNameException Members

Send Feedback