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

dxChart StepAreaSeries hoverStyle

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

Declared in commonSeriesSettings, hoverStyle applies to all series in the chart. Declared in a series configuration object, hoverStyle applies to this particular series only. The series-specific...

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.

}] }]; ASP.NET MVC 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