Search Results: wegh edit

dxSelectBox Methods

Reference
This section describes members used to manipulate data.

) close() Closes the drop-down editor. See Also jQuery Call Methods Angular Call Methods Vue Call Methods React Call Methods content() Gets the popup window's content. See Also...-down editor. See Also jQuery Call Methods Angular Call Methods Vue Call Methods React Call Methods option() Gets all UI component properties. See Also Get and Set Properties jQuery

dxSelectBox Events

Reference
This section describes events fired by this UI component.

using the keyboard. Main article: onChange See Also jQuery Handle Events Angular Event Handling Vue Event Handling React Event Handling closed Raised once the drop-down editor... releases a key on the keyboard. Main article: onKeyUp See Also jQuery Handle Events Angular Event Handling Vue Event Handling React Event Handling opened Raised once the drop-down editor

dxSlider Configuration

Reference
An object defining configuration properties for the Slider UI component.

Specifies whether the component's current value differs from the initial value. This property is a read-only flag. You can use it to check if the editor value changed. jQuery index.js $(() =>...; </Slider> <Button ... onClick={onClick} /> ); }; export default App; See Also reset isValid Specifies or indicates whether the editor's value

dxSortable Configuration

Reference
This section describes properties that configure Sortable UI component content, behavior, and appearance.

. JavaScriptDevExpress.config({ rtlEnabled: true }); DataGrid Demo Navigation UI Demo Editors Demo scrollSensitivity Specifies the distance in pixels from the edge of viewport at which scrolling should start. Applies

dxSpeedDialAction Configuration

Reference
This section describes properties that configure the SpeedDialAction UI component's contents, behavior, and appearance.

, assign true to the rtlEnabled field of the object passed to the DevExpress.config(config) method. JavaScriptDevExpress.config({ rtlEnabled: true }); DataGrid Demo Navigation UI Demo Editors Demo