xActions_LEFT_ForItem method

List<XAction?>? xActions_LEFT_ForItem(
  1. XFDataItem item
)

Chiamalo pert aggiungere delle XActions a SINISTRA dell'Item

Implementation

List<XAction?>? xActions_LEFT_ForItem(XFDataItem item) {
  return null;
}