Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ValueContext Class
Members


In This Topic
    ValueContext Class
    In This Topic
    Provide data context for the GrapeCity.Wpf.SpreadSheet.CellType.DataTemplateCellType.
    Object Model
    ValueContext Class
    Syntax
    'Declaration
     
    Public Class ValueContext 
    'Usage
     
    Dim instance As ValueContext
    public class ValueContext 
    Remarks
    The ValueContext instance was used for the data context of the GrapeCity.Wpf.SpreadSheet.CellType.DataTemplateCellType, and the Value property should be bound with the value of cell.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Wpf.SpreadSheet.CellType.Editors.ValueContext

    See Also