Search Results: if (!this.bundlesReported[script.src]) {

dxChart StepAreaSeries selectionStyle

Reference
Configures the appearance adopted by the series when a user selects it.

NOTE Though not provided out of the box, the selection capability can be implemented using the UI component API. Refer to the onPointClick property description for details. Declared in...

dxDataGrid filterRow

Reference
Configures the filter row.

The filter row allows a user to filter data by values of individual columns. Each cell in the filter row contains a magnifying glass icon. Hovering over this icon opens a drop-down list with...

dxDataGrid toolbar items

Reference
Configures toolbar items.

The toolbar can contain the following elements as items: Predefined controls Predefined controls appear on the toolbar depending on whether a specific DataGrid feature is enabled. The following...

dxFileManager Object

Reference
The Object file system provider works with a file system represented by an in-memory array of JSON objects.

Controls Razor C# @(Html.DevExtreme().FileManager() .FileSystemProvider(new JS("fileSystem")) ) <script src="~/data/fileSystem.js"></script> ASP.NET Core Controls Razor C# @(Html.DevExtreme().FileManager() .FileSystemProvider(new JS("fileSystem")) ) <script src="~/data/fileSystem.js"></script> Configuration This section describes properties that configure the Object

dxTreeList filterRow

Reference
Configures the filter row.

The filter row allows a user to filter data by values of individual columns. Each cell in the filter row contains a magnifying glass icon. Hovering over this icon opens a drop-down list with...