HtmlDxDataGridOption.

DevExtremeLocation Field

Summary

Location where the DevExtreme libraries can be found. Below the location there needs to be a folder matching DevExtremeVersion and inside there subfolders js and css. The following files need to be available:
  • {DevExtremeLocation}/{DevExtremeVersion}/js/dx.all.js
  • {DevExtremeLocation}/{DevExtremeVersion}/css/dx.common.css
  • {DevExtremeLocation}/{DevExtremeVersion}/css/{Theme}
Default value is https://cdn3.devexpress.com/jslib/.

Syntax

public const HtmlDxDataGridOption DevExtremeLocation

Constant Value

Value Type
49 Int32
GitHub