Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Markup Namespace / ViewBindingExtension Class
Members


    ViewBindingExtension Class

    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
    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