ExtensionSuite Enum
Lists values that identify extensions sets.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Members
Name | Description |
---|---|
All
|
Identifies all extensions from this enumeration. |
Navigation
|
Identifies extensions from the following components: Data and Image Navigation, Docking and Popups, Site Navigation and Layout, File Management, and Multi-Use Site Extensions. |
Editors
|
Identifies all editor extensions (see Data Editors Extensions). |
Grid
|
Identifies the Grid |
Html
|
Identifies the Html |
Chart
|
Identifies the Charting extension. |
Report
|
Identifies the Reporting extension. |
Pivot
|
Identifies the Pivot |
Scheduler
|
Identifies all extensions from the Scheduler component (see Scheduler). |
Tree
|
Identifies the Tree |
Icons
|
Identifies resources for colored and gray icons, size 16x16 and 32x32. |
Dashboard
|
Identifies the Dashboard extension. |
Spreadsheet
|
Identifies the Spreadsheet extension (see Spreadsheet). |
Spell
|
Identifies the Spell |
Rich
|
Identifies the Rich |
Card
|
Identifies the Card |
Vertical
|
Identifies the Vertical |
Bootstrap
|
Identifies the Bootstrap extension. |
Query
|
Identifies the Query |
Gantt
|
Identifies the Gantt extension. |
Diagram
|
Identifies the Diagram extension. |
Client
|
Identifies the client Rich |
#Related API Members
The following properties accept/return ExtensionSuite values:
#Remarks
Values listed by this enumeration are used to set the ResourceItem.ExtensionSuite property when using the ExtensionsFactory.GetScripts (ExtensionsFactory.RenderScripts for the ASPX view engine) or ExtensionsFactory.GetStyleSheets (ExtensionsFactory.RenderStyleSheets for the ASPX view engine) method.