GridSmartBoxSearchSettingsSettingsBuilder
Methods
Enabled(System.Boolean)
Enables or disables the Search mode in the SmartBox.
Parameters
value - System.Boolean
The value for Enabled
RETURNS
Returns the current GridSmartBoxSearchSettingsSettingsBuilder instance.
Placeholder(System.String)
The placeholder of the input in Search mode.
Parameters
value - System.String
The value for Placeholder
RETURNS
Returns the current GridSmartBoxSearchSettingsSettingsBuilder instance.
Delay(System.Double)
Determines the delay in milliseconds between the user typing a new search value and the component emitting the search event.
Parameters
value - System.Double
The value for Delay
RETURNS
Returns the current GridSmartBoxSearchSettingsSettingsBuilder instance.
History(System.Action)
Sets the settings for the history queries in Search mode. Overrides the global smartBox.history setting for this mode.
Parameters
configurator - System.Action<GridSmartBoxSearchSettingsHistorySettingsBuilder>
The configurator for the history setting.
RETURNS
Returns the current instance of GridSmartBoxSearchSettingsSettingsBuilder .
History(System.Boolean)
Sets the settings for the history queries in Search mode. Overrides the global smartBox.history setting for this mode.
Parameters
enabled - System.Boolean
Enables or disables the history option.
RETURNS
Returns the current instance of GridSmartBoxSearchSettingsHistorySettingsBuilder .