Spread Windows Forms 12.0 Product Documentation
DataPropertyName Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListColumnInfo Class : DataPropertyName Property
Gets or sets a System.String value that represents the binding field name in the current binding data source.
Syntax
'Declaration
 
Public Property DataPropertyName As String
'Usage
 
Dim instance As ListColumnInfo
Dim value As String
 
instance.DataPropertyName = value
 
value = instance.DataPropertyName
public string DataPropertyName {get; set;}

Property Value

A System.String value that indicates the property name of the data source.
See Also

Reference

ListColumnInfo Class
ListColumnInfo Members