示例#1
0
 protected function ApplyCommonColumnEditProperties(CustomEditColumn $column)
 {
     $column->SetShowSetToNullCheckBox(false);
     $column->SetVariableContainer($this->GetColumnVariableContainer());
 }