GridViewColumn.IsClickable() Method
Indicates whether the column 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 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