CardViewColumn.IsClickable() Method
Indicates whether a column responds to mouse clicks.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
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 GridDataColumnSettings.AllowSort option is disabled.
See Also