Enum EnableRenderOptimization
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public enum EnableRenderOptimization
Fields
| Name | Description |
|---|---|
| DisableBackgroundFrameRendering | turn off the rendering of background frame on real time updates and turn off the refreshing of cell span backgrounds |
| EnableOptimizations | turn off the refreshing of cell span backgrounds to improve the selection performance |
| None | default |