Gets or sets a C1GridViewSelectionMode enumeration member that represents grid's client-side selection behaviour.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.ClientSide")]
[DefaultValueAttribute(C1GridViewSelectionMode.SingleRow)]
[LayoutAttribute(LayoutType.Behavior)]
[JsonAttribute(true, true, C1GridViewSelectionMode.SingleRow)]
public virtual C1GridViewSelectionMode SelectionMode { get; set; }
Visual Basic
<C1CategoryAttribute("Category.ClientSide")> _
<DefaultValueAttribute(C1GridViewSelectionMode.SingleRow)> _
<LayoutAttribute(LayoutType.Behavior)> _
<JsonAttribute(True, True, C1GridViewSelectionMode.SingleRow)> _
Public Overridable Property SelectionMode As C1GridViewSelectionMode
	Get
	Set

Field Value

The default value is SingleRow.

See Also