The Accordion UI component contains several panels displayed one under another. These panels can be collapsed or expanded by an end user, which makes this UI component very useful for presenting information in a limited amount of space.
The ActionSheet UI component is a sheet containing a set of buttons located one under the other. These buttons usually represent several choices relating to a single task.
The AutoComplete UI component is a textbox that provides suggestions while a user types into it.
The BarGauge UI component contains several circular bars that each indicates a single value.
The Box UI component allows you to arrange various elements within it. Separate and adaptive, the Box UI component acts as a building block for the layout.
The Bullet UI component is useful when you need to compare a single measure to a target value. The UI component comprises a horizontal bar indicating the measure and a vertical line indicating the target value.
The Button UI component is a simple button that performs specified commands when a user clicks it.
The ButtonGroup is a UI component that contains a set of toggle buttons and can be used as a mode switcher.
The Calendar is a UI component that displays a calendar and allows an end user to select the required date within a specified date range.
CardView is a UI component that uses a "card" layout to present information.
The Chat UI component is an interactive interface that allows users to send and receive messages in real time.
The CheckBox is a small box, which when selected by the end user, shows that a particular feature has been enabled or a specific property has been chosen.
The CircularGauge is a UI component that indicates values on a circular numeric scale.
The ColorBox is a UI component that allows an end user to enter a color or pick it out from the drop-down editor.
The ContextMenu UI component displays a single- or multi-level context menu. An end user invokes this menu by a right click or a long press.
The DateBox is a UI component that displays date and time in a specified format, and enables a user to pick or type in the required date/time value.
DateRangeBox is a UI component that allows a user to select a date range (pick or enter start and end dates).
The DeferRendering is a UI component that waits for its content to be ready before rendering it. While the content is getting ready, the DeferRendering displays a loading indicator.
This component is deprecated. To defer rendering in other components, enable the corresponding deferRendering properties. You can also create a loading indicator and display it based on your logic.
AngularFor details on how to defer loading in jQuery, refer to the following help topic: Deferred loading with @defer.
VueFor details on how to defer loading in jQuery, refer to the following help topic: Suspense.
ReactFor details on how to defer loading in jQuery, refer to the following help topics: Suspense and useDeferredValue.
See AlsoThe Diagram UI component provides a visual interface to help you design new and modify existing diagrams.
Draggable is a user interface utility that allows UI component elements to be dragged and dropped.
The Drawer is a dismissible or permanently visible panel used for navigation in responsive web application layouts.
The Drawer UI component is not designed to contain another Drawer. Do not use nested Drawers to avoid possible issues in your application.
See AlsoThe DropDownBox UI component consists of a text field, which displays the current value, and a drop-down field, which can contain any UI element.
The DropDownButton is a button that opens a drop-down menu.
The FileManager is a UI component that allows users to upload, select, and manage files and directories in different file storages.
The FileUploader UI component enables an end user to upload files to the server. An end user can select files in the file explorer or drag and drop files to the FileUploader area on the page.
The FilterBuilder UI component allows a user to build complex filter expressions with an unlimited number of filter conditions, combined by logical operations using the UI.
The Form UI component represents fields of a data object as a collection of label-editor pairs. These pairs can be arranged in several groups, tabs and columns.
The Funnel is a UI component that visualizes a value at different stages. It helps assess value changes throughout these stages and identify potential issues. The Funnel UI component conveys information using different interactive elements (tooltips, labels, legend) and enables you to create not only a funnel, but also a pyramid chart.
The Gallery is a UI component that displays a collection of images in a carousel. The UI component is supplied with various navigation controls that allow a user to switch between images.
The Gantt is a UI component that displays the task flow and dependencies between tasks.
HTML Editor is a WYSIWYG editor that allows you to format textual and visual content and to output it in HTML. HTML Editor is built on top of and requires the DevExtreme Quill.
The LinearGauge is a UI component that indicates values on a linear numeric scale.
The List is a UI component that represents a collection of items in a scrollable list.
The LoadIndicator is a UI element notifying the viewer that a process is in progress.
The LoadPanel is an overlay UI component notifying the viewer that loading is in progress.
The Lookup is a UI component that allows an end user to search for an item in a collection shown in a drop-down menu.
The Map is an interactive UI component that displays a geographic map with markers and routes.
The Menu UI component is a panel with clickable items. A click on an item opens a drop-down menu, which can contain several submenus.
The MultiView is a UI component that contains several views. An end user navigates through the views by swiping them in the horizontal direction.
The NumberBox is a UI component that displays a numeric value and allows a user to modify it by typing in a value, and incrementing or decrementing it using the keyboard or mouse.
Pagination is a UI component that allows users to navigate through pages and change page size at runtime. Pagination UI includes a page navigator and several optional elements: a page size selector, navigation buttons, and page information.
The PieChart is a UI component that visualizes data as a circle divided into sectors that each represents a portion of the whole.
The PivotGrid is a UI component that allows you to display and analyze multi-dimensional data from a local storage or an OLAP cube.
A complementary UI component for the PivotGrid that allows you to manage data displayed in the PivotGrid. The field chooser is already integrated in the PivotGrid and can be invoked using the context menu. If you need to continuously display the field chooser near the PivotGrid UI component, use the PivotGridFieldChooser UI component.
Both the PivotGridFieldChooser and the PivotGrid must be bound to one and the same instance of the PivotGridDataSource. Create the PivotGridDataSource individually and then assign it to both UI components as shown in the code above.
See AlsoThe PolarChart is a UI component that visualizes data in a polar coordinate system.
The PolarChart UI component visualizes data in a polar coordinate system. In this system, each point on a plane is determined by the distance from the center (the point's value) and the angle from a fixed direction (the point's argument). To understand how a chart is displayed in a polar coordinate system, imagine how it would be displayed in a rectangular coordinate system and then round off the argument axis in your mind.
See AlsoThe Popover is a UI component that shows notifications within a box with an arrow pointing to a specified UI element.
The Popup UI component is a pop-up window overlaying the current view.
The ProgressBar is a UI component that shows current progress.
The RadioGroup is a UI component that contains a set of radio buttons and allows an end user to make a single selection from the set.
The RangeSelector is a UI component that allows a user to select a range of values on a scale.
This UI component represents a scale (numeric or date-time) and two sliders. A user selects the required range by moving the sliders.
A chart can be displayed in the background of the RangeSelector UI component. This allows end users to select the required range in a chart series. You can also integrate the RangeSelector UI component with a stand-alone Chart UI component to emulate chart zooming and scrolling.
See AlsoThe RangeSlider is a UI component that allows an end user to choose a range of numeric values.
The Resizable UI component enables its content to be resizable in the UI.
The ResponsiveBox UI component allows you to create an application or a website with a layout adapted to different screen sizes.
The Sankey is a UI component that visualizes the flow magnitude between value sets. The values being connected are called nodes; the connections - links. The higher the flow magnitude, the wider the link is.
The Scheduler is a UI component that represents scheduled data and allows a user to manage and edit it.
The ScrollView is a UI component that enables a user to scroll its content.
The SelectBox UI component is an editor that allows an end user to select an item from a drop-down list.
The Slider is a UI component that allows an end user to set a numeric value on a continuous range of possible values.
Sortable is a user interface utility that allows a UI component's items to be reordered via drag and drop gestures.
The Sparkline UI component is a compact chart that contains only one series. Owing to their size, sparklines occupy very little space and can be easily collected in a table or embedded straight in text.
The SpeedDialAction is a button that performs a custom action. It can be represented by a Floating Action Button (FAB) or a button in a speed dial menu opened with the FAB.
A Stepper is a UI component that displays progress as a user moves through a sequence of steps.
The Switch is a UI component that can be in two states: "On" and "Off".
The TabPanel is a UI component consisting of the Tabs and MultiView UI components. It automatically synchronizes the selected tab with the currently displayed view, and vice versa.
The Tabs component is a tab strip used to switch between pages or views. This UI component is included in the TabPanel UI component, but you can use Tabs separately as well.
The TagBox UI component is an editor that allows an end user to select multiple items from a drop-down list.
The TextArea is a UI component that enables a user to enter and edit a multi-line text.
The TextBox is a UI component that enables a user to enter and edit a single line of text.
The TileView UI component contains a collection of tiles. Tiles can store much more information than ordinary buttons, that is why they are very popular in apps designed for touch devices.
The Toast is a UI component that provides pop-up notifications.
The Toolbar is a UI component containing items that usually manage screen content. Those items can be plain text or UI components.
The Tooltip UI component displays a tooltip for a specified element on the page.
The TreeList is a UI component that represents data from a local or remote source in the form of a multi-column tree view. This UI component offers such features as sorting, filtering, editing, selection, etc.
The TreeMap is a UI component that displays hierarchical data by using nested rectangles.
In the TreeMap UI component, hierarchical data is represented by a set of nested rectangles whose sizes are proportional to the visualized values. TreeMap operates with plain and hierarchical data sources. Also, it can visualize a hierarchy reconstructed from a flat data source.
TreeMap provides three layout algorithms out-of-the-box along with the capability to implement your own algorithm. In addition, the UI component includes API methods that enable you to implement the drill down feature. Moreover, TreeMap supports all interactive features available in other DevExtreme Data Visualization Widgets: click, hover and selection.
See AlsoThe TreeView UI component is a tree-like representation of textual data.
The ValidationGroup is a UI component that allows you to validate several editors simultaneously.
Nested validation groups are not supported.
See AlsoA UI component for displaying the result of checking validation rules for editors.
A UI component that is used to validate the associated DevExtreme editors against the defined validation rules.
The VectorMap is a UI component that visualizes geographical locations. This UI component represents a geographical map that contains areas and markers. Areas embody continents and countries. Markers flag specific points on the map, for example, towns, cities or capitals.
This section lists errors and warnings that may occur in UI components.
This section describes components that can be used when defining a UI component markup.
The events used to handle user interaction with UI elements.
DevExtreme provides UI events for processing a user's interaction with a specific UI element. The DevExpress.events namespace exposes an API to work with the UI events.
The following code shows how to attach, trigger and then detach a dxhold event handler from a page element with the target
ID. The timeout
parameter specifies how long the target
should be held to allow the handler to execute:
var dxholdHandler = function(jQueryEvent) { alert(`The ${$(jQueryEvent.target).text()} element is being held for ${jQueryEvent.data.timeout} ms.`); }; $("#target").on("dxhold", { timeout: 1000 }, dxholdHandler); $("#target").trigger("dxhold"); $("#target").off("dxhold", dxholdHandler);
See jQuery documentation for details.
Angularimport { on, trigger, off } from "devextreme/events"; // ... export class AppComponent implements AfterViewInit { ngAfterViewInit() { const dxholdHandler = (event) => { alert(`The ${event.target.textContent} element is being held for ${event.data.timeout} ms.`); return true; // true - continues event propagation, false - stops } const target: HTMLElement = document.getElementById("target"); on(target, "dxhold", { timeout: 1000 }, dxholdHandler); trigger(target, "dxhold"); off(target, "dxhold", dxholdHandler); } }
This section describes the DevExtreme CSS classes you can use to define the appearance of an element.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4