Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / PropertyDataField Class
Members Example


In This Topic
    PropertyDataField Class
    In This Topic
    Specifies a ColumnInfo property name that is used to get or set the value of the data source.
    Object Model
    PropertyDataField Class
    Syntax
    'Declaration
     
    <TypeConverterAttribute(GrapeCity.Wpf.SpreadSheet.DataFieldConverter)>
    Public Class PropertyDataField 
       Inherits DataField
    'Usage
     
    Dim instance As PropertyDataField
    [TypeConverter(GrapeCity.Wpf.SpreadSheet.DataFieldConverter)]
    public class PropertyDataField : DataField 
    Example
    The following example binds SheetInfo to a data source, and uses PropertyDataField and BindingDataField to set the binding for every column.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Wpf.SpreadSheet.DataField
          GrapeCity.Wpf.SpreadSheet.PropertyDataField

    See Also