Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.DataGrid.Toolkit Assembly / Xceed.Wpf.DataGrid.Markup Namespace / CellEditorBindingExtension Class
Members


In This Topic
    CellEditorBindingExtension Class
    In This Topic

    Interprets and creates the binding required between a cell and its editor at runtime.

    Syntax
    'Declaration
     
    <MarkupExtensionReturnTypeAttribute(System.Object)>
    Public Class CellEditorBindingExtension 
       Inherits System.Windows.Markup.MarkupExtension
    'Usage
     
    Dim instance As CellEditorBindingExtension
    [MarkupExtensionReturnType(System.Object)]
    public class CellEditorBindingExtension : System.Windows.Markup.MarkupExtension 
    Inheritance Hierarchy

    System.Object
       System.Windows.Markup.MarkupExtension
          Xceed.Wpf.DataGrid.Markup.CellEditorBindingExtension

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the CellEditorBinding class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the converter used by the CellEditorBindingExtension class.  
    Public Property

    Gets or sets the culture used by the Converter.

     
    Public Property

    Gets or sets the parameters used by the Converter.

     
    Public PropertyGets or sets a value indicating whether to provide notification when a value is transferred from the binding target to the binding source.  
    Public PropertyGets or sets a value indicating whether to provide notification when a value is transferred from the binding source to the binding target.  
    Public PropertyGets or sets a value indicating whether to provide notification when a validation error occurs.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Returns an object that is set as the value of the target property for this markup extension.  
    Top
    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