Xceed DataGrid for Silverlight Documentation
ElementName Property


Gets or sets the name of the element that will be used as the binding source object.
Syntax
'Declaration
 
Public Property ElementName As String
'Usage
 
Dim instance As DataGridBindingInfo
Dim value As String
 
instance.ElementName = value
 
value = instance.ElementName
public string ElementName {get; set;}

Property Value

A string representing the name of the element that will be used as the binding source object. By default, string.Empty;
Requirements

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

See Also

Reference

DataGridBindingInfo Class
DataGridBindingInfo Members

Send Feedback