igniteui-webcomponents-grids
Version:
Ignite UI Web Components grid components.
14 lines (13 loc) • 389 B
TypeScript
import { Type } from "igniteui-webcomponents-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;