GridViewDataColumn.IsClickable() Method
Indicates whether a column responds to mouse clicks.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Returns
Type | Description |
---|---|
Boolean |
|
Remarks
If a column responds to mouse clicks, the mouse cursor is automatically changed to when it is located over the column’s header.
The IsClickable method returns false
if the following option’s are disabled:
See Also