FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridTextCellView Class / NeedsRenderContent Property

In This Topic
    NeedsRenderContent Property (GridTextCellView)
    In This Topic
    Gets whether the C1.WPF.Core.C1Border.OnRenderContent(System.Windows.Media.DrawingContext,System.Windows.Rect) method needs to be executed and the clipping of the content.
    Syntax
    'Declaration
     
    Protected Overrides ReadOnly Property NeedsRenderContent As Boolean
    protected override bool NeedsRenderContent {get;}
    See Also