Enum TemplateRenderMode
Specifies how rows and templates are rendered and reused in the RowTemplate.
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. |