Spread Windows Forms 13.0 Product Documentation
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumnInfo Class / DataPropertyName Property


In This Topic
    DataPropertyName Property
    In This Topic
    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