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.