'Declaration Public Property ItemsSourceName As Object
'Usage Dim instance As DataGridControl Dim value As Object instance.ItemsSourceName = value value = instance.ItemsSourceName
public object ItemsSourceName {get; set;}
Property Value
An object representing the name of the grid's items source. By default, if the items source is a DataView, the value of the table's TableName property will be used.
Can be a null reference (Nothing in Visual Basic) if a name for the items source was not automatically detected or one was not explicitly provided.