menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Namespace Syncfusion.UI.Xaml.CellGrid.GridCellRenderer - UWP API Reference | Syncfusion

    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
    GridDateTimeCellRenderer
    GridFormulaCellRenderer
    GridHeaderCellRenderer
    GridHyperlinkCellRenderer
    GridNumericCellRenderer

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

    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 - 2025 Syncfusion Inc. All Rights Reserved