Interface IIgrDataGridComparisonOperatorSelectorProps

Hierarchy

Hierarchy

  • IIgrDataGridComparisonOperatorSelectorProps

Properties

background?: string

Gets or sets the background color.

children?: ReactNode
closing?: ((s, e) => void)
customFilterID?: string

Gets the ID for the custom filter that is selected. Value must be 'Custom' for this property to be valid.

customFilterIndex?: string | number

Gets the index for the custom filter that is selected. Value must be 'Custom' for this property to be valid.

dataType?: string | DataSourceSchemaPropertyType

Gets or sets the data type. Used to determine what operators are available.

maxHeight?: string | number
opened?: ((s, e) => void)
opening?: ((s, e) => void)
textColor?: string

Gets or sets the text color.

Gets or sets the value of the selector.

valueChanged?: ((s, e) => void)