Spread WPF 18
GrapeCity.Wpf.SpreadSheet.Xaml Namespace / BindingValueObject Class
Members


In This Topic
    BindingValueObject Class
    In This Topic
    This class is used for internal purpose. Do not use it in your code.
    Object Model
    BindingValueObject Class
    Syntax
    'Declaration
     
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class BindingValueObject 
       Inherits System.Windows.DependencyObject
    'Usage
     
    Dim instance As BindingValueObject
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class BindingValueObject : System.Windows.DependencyObject 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             GrapeCity.Wpf.SpreadSheet.Xaml.BindingValueObject

    See Also