Class GridCellWrapper
This is a wrapper class that helps to bind a dependency property of an external WPF control with its cell bound value.
This makes it possible to accommodate a data-bound template in grid cells.
Inheritance
System.Object
GridCellWrapper
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public class GridCellWrapper : DependencyObject
Constructors
GridCellWrapper()
Declaration
Fields
CellValueProperty
Declaration
public static readonly DependencyProperty CellValueProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
StyleProperty
Declaration
public static readonly DependencyProperty StyleProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
CellValue
Declaration
public object CellValue { get; set; }
Property Value
Style
Declaration
public GridStyleInfo Style { get; set; }
Property Value
Events
ValueChanged
Occurs when the cell bound value changes.
Declaration
public event EventHandler<GridValueEventArgs<object>> ValueChanged
Event Type
Extension Methods