Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumn Class / DataPropertyName Property


In This Topic
    DataPropertyName Property (ListColumn)
    In This Topic
    Gets or sets a System.String value that represents the name of binding field in current binding datasource.
    Syntax
    'Declaration
     
    
    Public Property DataPropertyName As String
    'Usage
     
    
    Dim instance As ListColumn
    Dim value As String
     
    instance.DataPropertyName = value
     
    value = instance.DataPropertyName
    public string DataPropertyName {get; set;}

    Property Value

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