ResourceItem.ExtensionSuite Property
Gets or sets a value that specifies a set of extensions to which the current setting applies.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
| Type | Description |
|---|---|
| Nullable<ExtensionSuite> | One of the ExtensionSuite enumeration members. |
Available values:
| 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. |