menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BindingContextHelper - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BindingContextHelper

    Helper class for providing template binding context in non-template columns.

    Inheritance
    System.Object
    BindingContextHelper
    Namespace: Syncfusion.Maui.DataGrid.Helper
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public class BindingContextHelper : Object

    Constructors

    BindingContextHelper()

    Initializes a new instance of the BindingContextHelper class.

    Declaration
    public BindingContextHelper()

    Properties

    Record

    Gets or sets the row data record.

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

    Used in template binding to access the entire row data.

    Value

    Gets or sets the cell value.

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

    Used in template binding to access the cell value directly.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved