menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataContextHelper - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataContextHelper

    DataContext Helper Class to load Data with dynamic binding.

    Inheritance
    System.Object
    DataContextHelper
    TreeGridDataContextHelper
    Namespace: Syncfusion.UI.Xaml.Grid.Cells
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class DataContextHelper : DependencyObject

    Constructors

    DataContextHelper()

    Declaration
    public DataContextHelper()

    Fields

    RecordProperty

    Declaration
    public static readonly DependencyProperty RecordProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ValueProperty

    Declaration
    public static readonly DependencyProperty ValueProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    Record

    Declaration
    public object Record { get; set; }
    Property Value
    Type
    System.Object

    Value

    Declaration
    public object Value { get; set; }
    Property Value
    Type
    System.Object

    Methods

    SetValueBinding(BindingBase, Object)

    Declaration
    public void SetValueBinding(BindingBase binding, object source)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Data.BindingBase binding
    System.Object source

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved