ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Grid Namespace / C1GridExtender Class / ShowSelectionOnRender Property

In This Topic
    ShowSelectionOnRender Property
    In This Topic
    A value indicating whether a selection will be automatically displayed at the current cell position when the wijgrid is rendered.
    Syntax
    'Declaration
     
    Public Property ShowSelectionOnRender As System.Boolean
    public System.bool ShowSelectionOnRender {get; set;}
    See Also