ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / ClientSelectionMode Property

In This Topic
    ClientSelectionMode Property
    In This Topic
    Represents client-side selection behavior.
    Syntax
    'Declaration
     
    Public Overridable Property ClientSelectionMode As SelectionMode
    public virtual SelectionMode ClientSelectionMode {get; set;}
    See Also