• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/lib/grid/column/editable/propertyenumerationconfig.php
  • Класс: BitrixIblockGridColumnEditablePropertyEnumerationConfig
  • Вызов: PropertyEnumerationConfig::isSelectMode
private function isSelectMode(): bool
{
	$compiledType = $this->getCompiledType();

	return
		$compiledType === GridEditorTypes::MULTISELECT
		|| $compiledType === GridEditorTypes::DROPDOWN
	;
}