Skip to main content

ExtensionSuite Enum

Lists values that identify extensions sets.

Namespace: DevExpress.Web.Mvc.UI

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public enum ExtensionSuite

Members

Name Description
All

Identifies all extensions from this enumeration.

NavigationAndLayout

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).

GridView

Identifies the GridView extension (see Grid View).

HtmlEditor

Identifies the HtmlEditor extension (see HTML Editor).

Chart

Identifies the Charting extension.

Report

Identifies the Reporting extension.

PivotGrid

Identifies the PivotGrid extension (see Pivot Grid).

Scheduler

Identifies all extensions from the Scheduler component (see Scheduler).

TreeList

Identifies the TreeList extension (see Tree List).

Icons

Identifies resources for colored and gray icons, size 16x16 and 32x32.

Dashboard

Identifies the Dashboard extension.

Spreadsheet

Identifies the Spreadsheet extension (see Spreadsheet).

SpellChecker

Identifies the SpellChecker extension (see SpellChecker).

RichEdit

Identifies the RichEdit extension (see Rich Text Editor).

CardView

Identifies the CardView extension (see CardView).

VerticalGrid

Identifies the VerticalGrid extension (see Vertical Grid).

Bootstrap

Identifies the Bootstrap extension.

QueryBuilder

Identifies the QueryBuilder extension (see Query Builder).

Gantt

Identifies the Gantt extension.

Diagram

Identifies the Diagram extension.

ClientRichEdit

Identifies the client RichEdit extension.

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.

See Also