Class GridViewLightweightRenderingPanel
An element used for drawing text over the GridViewDataControl when the EnableLightweightTextRendering property is True.
Inheritance
System.Object
GridViewLightweightRenderingPanel
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewLightweightRenderingPanel : FrameworkElement
Constructors
GridViewLightweightRenderingPanel()
Initializes a new instance of the GridViewLightweightRenderingPanel class.
Declaration
public GridViewLightweightRenderingPanel()
Methods
OnRender(DrawingContext)
Declaration
protected override void OnRender(DrawingContext drawingContext)
Parameters
System.Windows.Media.DrawingContext
drawingContext
|