Skip to main content
A newer version of this page is available. .
Tab

GridViewDataColumn.IsClickable() Method

Indicates whether a column responds to mouse clicks.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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