CellEditorBindingExtension Class Members
See Also  Properties  Methods 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Markup Namespace : CellEditorBindingExtension Class

The following tables list the members exposed by CellEditorBindingExtension.

Public Constructors

 NameDescription
Public ConstructorCellEditorBindingExtension ConstructorInitializes a new instance of the CellEditorBinding class.  
Top

Public Properties

 NameDescription
Public PropertyConverterGets or sets the converter used by the CellEditorBindingExtension class.  
Public PropertyConverterCultureGets or sets the culture used by the Converter.  
Public PropertyConverterParameterGets or sets the parameters used by the Converter.  
Public PropertyNotifyOnSourceUpdatedGets or sets a value indicating whether to provide notification when a value is transferred from the binding target to the binding source.  
Public PropertyNotifyOnTargetUpdatedGets or sets a value indicating whether to provide notification when a value is transferred from the binding source to the binding target.  
Public PropertyNotifyOnValidationErrorGets or sets a value indicating whether to provide notification when a validation error occurs.  
Top

Public Methods

 NameDescription
Public MethodProvideValueOverridden. Returns an object that is set as the value of the target property for this markup extension.  
Top

See Also