WPF

Upgrade Guide User Guide Demos Support Forums Download
  • 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 Description
    System.Windows.DependencyProperty

    StyleProperty

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

    Properties

    CellValue

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

    Style

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

    Events

    ValueChanged

    Occurs when the cell bound value changes.

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