Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima

Accessibility

Guides

Accessibility Features Overview NOTE The overall accessibility level of your application depends on the RangeSlider features that you use. Accessibility Requirement Support Level Right-to-Left Support Keyboard Navigation Support Screen Reader Support Contrast Color Theme

Overview

Guides

The Resizable UI component enables its content to be resizable in the UI. View Demo jQuery The following code adds a resizable image to your page. Note that the image occupies 100% of the Resizable UI component. HTMLJavaScriptCSS<div id="resizable"> <img id="image" src="https://www.devexpress.com/DXR.axd?r=9999_17-FD0Id" /> </div>$(function

Overview

Guides

The Sankey is a UI component that visualizes the flow magnitude between value sets. The values are connected. A wider connection denotes a higher flow magnitude. Start configuring the Sankey by binding it to your data source. Refer to the articles in the Data Binding section for more information. Next, get familiar with the UI component's elements using the following element map. Hover over

Overview

Guides

The Slider is a UI component that allows an end user to set a numeric value on a continuous range of possible values. View Demo The following code adds a simple Slider to your page. The min and max properties limit the range of accepted values. The value sets the initial value for the UI component. jQuery HTMLJavaScript <div id="sliderContainer"></div>

Accessibility

Guides

Accessibility Features Overview NOTE The overall accessibility level of your application depends on the Slider features that you use. Accessibility Requirement Support Level Right-to-Left Support Keyboard Navigation Support Screen Reader Support Contrast Color Theme