[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.PropertyDataField.Property

Property Property

Property

Gets or sets the property name.

Declaration
public string Property { get; set; }
Public Property [Property] As String
Property Value
Type Description
string

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.