Parameter | Description |
---|---|
sCSSClass (ByRef) | Can be changed to define a custom CSS class |
Procedure OnDefineCssClass String ByRef sCSSClass
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.