Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / PropertyDataField Class / Property Property


In This Topic
    Property Property (PropertyDataField)
    In This Topic
    Gets or sets the property name.
    Syntax
    'Declaration
     
    Public Property Property As String
    'Usage
     
    Dim instance As PropertyDataField
    Dim value As String
     
    instance.Property = value
     
    value = instance.Property
    public string Property {get; set;}

    Property Value

    A string that indicates the property name. It could be a property of the data item in the data source, or a column name of a data table. If the value is null, the data item is returned when getting the value from the data source, and cannot be set. The default is null.
    See Also