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


In This Topic
    Converter Property
    In This Topic
    Gets or sets the converter to use when getting or setting the value of the data source.
    Syntax
    'Declaration
     
    Public Property Converter As IValueConverter
    'Usage
     
    Dim instance As PropertyDataField
    Dim value As IValueConverter
     
    instance.Converter = value
     
    value = instance.Converter
    public IValueConverter Converter {get; set;}

    Property Value

    A value of type System.Windows.Data.IValueConverter. The default is null.
    Example
    The following example binds SheetInfo to a data source, and uses PropertyDataField and BindingDataField to set the binding for every column.
    See Also