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 |