Skip to main content
Tab

GridViewDataColumn.IsClickable() Method

Indicates whether a column 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 column responds to mouse clicks; otherwise, false.

Remarks

If a column responds to mouse clicks, the mouse cursor is automatically changed to Hand_cursor when it is located over the column’s header.

The IsClickable method returns false if the following option’s are disabled:

See Also