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

GridViewColumn.IsClickable() Method

Indicates whether the 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

End-users can manipulate data using the mouse. They can do the following:

  • reorder columns within the ASPxGridView’s column header panel;
  • sort the ASPxGridView’s data by clicking column headers;
  • group data by dragging a column’s header and dropping it onto the group panel.

The IsClickable method returns true if at least one of the actions listed above is allowed.

See Also