Skip to main content
Tab

VerticalGridRow.IsClickable() Method

Indicates whether the row responds to mouse clicks.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override bool IsClickable()

Returns

Type Description
Boolean

true, if the row responds to mouse clicks; otherwise, false.

Remarks

End-users can manipulate data using the mouse. They can sort the grid data by clicking row headers if the ASPxGridBehaviorSettings.AllowSort property is set to true.

The IsClickable method returns true if actions with the grid’s rows are allowed.

See Also