Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid 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

    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