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

The following tables list the members exposed by ViewBindingExtension.

Public Constructors

 NameDescription
Public ConstructorViewBindingExtension ConstructorOverloaded. Initializes a new instance of the ViewBinding class.
Initializes a new instance of the ViewBinding class.  
Top

Public Properties

 NameDescription
Public PropertyConverterGets or sets the converter to use.  
Public PropertyConverterCultureGets or sets the culture in which to evaluate the converter.  
Public PropertyConverterParameterGets or sets the parameter to pass to the Converter.  
Public PropertyModeGets or sets a value that indicates the direction of the data flow in the binding.  
Public PropertyPathGets or sets the path to the binding source property.  
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