OnDefineCssClass - cWebListSwipeButton
Called for each row when the list data is loaded
Type: Event
Parameters
| Parameter | Type | Description |
|---|---|---|
| ByRef sCSSClass | String | Can be changed to define a custom CSS class |
Syntax
Procedure OnDefineCssClass ByRef String sCSSClass
Description
This procedure is called for each row when the list data is loaded.
It allows customization of the CSS class for the swipe button on this specific row. The CSS class name can be changed by changing the sCSSClas parameter that is passed by reference.
Note that when manually filling lists, this procedure is only called when LoadGridRow or LoadGridCell are used.