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


In This Topic
    ViewBindingExtension Class
    In This Topic

    Interprets and creates the binding between an element and the view applied to a grid.

    Syntax
    'Declaration
     
    <MarkupExtensionReturnTypeAttribute(System.Windows.Data.Binding)>
    Public Class ViewBindingExtension 
       Inherits System.Windows.Markup.MarkupExtension
    'Usage
     
    Dim instance As ViewBindingExtension
    [MarkupExtensionReturnType(System.Windows.Data.Binding)]
    public class ViewBindingExtension : System.Windows.Markup.MarkupExtension 
    Remarks
    A ViewBinding can not be used in a trigger; however, it can be used as the value of a setter property in a style or assigned directly to the value of a property in a template.
    Inheritance Hierarchy

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

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the ViewBinding class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the converter to use.  
    Public PropertyGets or sets the culture in which to evaluate the converter.  
    Public PropertyGets or sets the parameter to pass to the Converter.  
    Public PropertyGets or sets a value that indicates the direction of the data flow in the binding.  
    Public PropertyGets or sets the path to the binding source property.  
    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