WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Namespace Syncfusion.UI.Xaml.CellGrid.GridCellRenderer

    Show / Hide Table of Contents

    Namespace Syncfusion.UI.Xaml.CellGrid.GridCellRenderer

    Classes

    GridCellRendererBase
    GridCellRendererCollection
    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.

    GridCheckBoxCellRenderer
    GridComboBoxCellRenderer
    GridCurrencyCellRenderer
    GridDateTimeCellRenderer
    GridFormulaCellRenderer
    GridHeaderCellRenderer
    GridHyperlinkCellRenderer
    GridNumericCellRenderer

    This GridCellNumericRenderer class render the the display element as the textblock and render the edit element as the SfNumericTextBox.

    GridPercentCellRenderer
    GridTemplateCellRenderer
    GridTextBlockCellRenderer
    GridTextBoxCellRenderer
    GridUpDownCellRenderer

    This GridCellUpDownRenderer class render the the display element as the textblock and render the edit element as the SfUpDownCellRenderer.

    GridVirtualizingCellRenderer<D, E>
    GridVirtualizingCellRendererBase<D, E>
    VirtualizingCellUIElementBin<T>

    This class implements a cache of UIElement of the given type parameter T. It is used by the VirtualizingCellUIElementBin<T> renderer to recycle UIElement elements for cells that were scrolled out of view and delay unloading of UIElements. This reduces the number of times the UIElement needs to be created or unloaded and instead only the contents of the UIElement will be reinitialized with cell contents.

    Interfaces

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