VerticalGridRow.IsClickable() Method
Indicates whether the row responds to mouse clicks.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Returns
Type | Description |
---|---|
Boolean |
|
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