xLayout_XItem_BackgoundColor method

Color? xLayout_XItem_BackgoundColor(
  1. XFDataItem obj
)

Override per cambiare comportamento al Background dell'ItemComplex

Implementation

Color? xLayout_XItem_BackgoundColor(XFDataItem obj) {
  return null;
}