Enum TemplateRenderMode
Specifies how templates are rendered in the grid.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum TemplateRenderMode
Fields
Name | Description |
---|---|
Individual | Creates a unique template instance for each row. |
Shared | Reuses a shared template instance across multiple rows. |