menu

WPF

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

    Show / Hide Table of Contents

    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
    Namespace: Syncfusion.UI.Xaml.CellGrid.GridCellRenderer
    Assembly: Syncfusion.SfCellGrid.WPF.dll
    Syntax
    public class GridCellWrapper : DependencyObject

    Constructors

    GridCellWrapper()

    Declaration
    public GridCellWrapper()

    Fields

    CellValueProperty

    Declaration
    public static readonly DependencyProperty CellValueProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    StyleProperty

    Declaration
    public static readonly DependencyProperty StyleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    CellValue

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

    Style

    Declaration
    public GridStyleInfo Style { get; set; }
    Property Value
    Type
    GridStyleInfo

    Events

    ValueChanged

    Occurs when the cell bound value changes.

    Declaration
    public event EventHandler<GridValueEventArgs<object>> ValueChanged
    Event Type
    Type
    System.EventHandler<GridValueEventArgs<System.Object>>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved