WebGrid.HasSelection Property

Definition

Gets a value that indicates whether a row in the WebGrid instance is selected.

public bool HasSelection { get; }
member this.HasSelection : bool
Public ReadOnly Property HasSelection As Boolean

Property Value

true if a row is currently selected; otherwise, false.

Applies to