igniteui-react-grids
Version:
Ignite UI React grid components.
14 lines (13 loc) • 381 B
TypeScript
import { Type } from "igniteui-react-core";
/**
* Indicates what type of operation is taking place when the selected row, value, or text in the combo box changes.
*/
export declare enum MultiColumnComboBoxSelectedItemChangeType {
Value = 0,
Text = 1,
Row = 2
}
/**
* @hidden
*/
export declare let MultiColumnComboBoxSelectedItemChangeType_$type: Type;