Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridItemPropertyBase Class / Converter Property


In This Topic
    Converter Property (DataGridItemPropertyBase)
    In This Topic
    Gets or sets the converter to convert values to and from the corresponding field in the underlying data source.
    Syntax
    'Declaration
     
    Public Property Converter As IValueConverter
    'Usage
     
    Dim instance As DataGridItemPropertyBase
    Dim value As IValueConverter
     
    instance.Converter = value
     
    value = instance.Converter
    public IValueConverter Converter {get; set;}

    Property Value

    An IValueConverter representing the converter to convert values to and from the corresponding field in the underlying data source.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also