aspnet-devexpress-dot-web-21159402.md
Lists values that identify suites.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum Suite
Public Enum Suite
| Name | Description |
|---|---|
None |
No one suite is specified.
|
| All |
Identifies all suites from this enumeration.
|
| CardView |
Identifies the Card View suite.
|
| Charting |
Identifies the Charting suite.
|
| Editors |
Identifies the Data Editors suite.
|
| Gauges |
Identifies the Gauges suite.
|
| Grid |
Identifies the Grid View suite.
|
| HtmlEditor |
Identifies the HTML Editor suite.
|
| NavigationAndLayout |
Identifies controls from the following suites: Data and Image Navigation, Docking and Popups, Site Navigation and Layout, File Management, and Multi-Use Site Controls.
|
| PivotGrid |
Identifies the Pivot Grid suite.
|
| Reporting |
Identifies the Reporting suite.
|
| Scheduling |
Identifies the Scheduler suite.
|
| SpellChecker |
Identifies the Spell Checker suite.
|
| Spreadsheet |
Identifies the Spreadsheet suite.
|
| TreeList |
Identifies the Tree List suite.
|
| VerticalGrid |
Identifies the Vertical Grid suite.
|
| RichEdit |
Identifies the Rich Text Editor suite.
|
| Icons |
Identifies the Icon Collection suite.
|
| Dashboard |
Identifies the Dashboard suite.
|
| QueryBuilder |
Identifies the QueryBuilder suite.
|
| ClientRichEdit |
Identifies the client Rich Text Editor suite.
|
| Gantt |
Identifies the Gantt suite.
|
| Diagram |
Identifies the Diagram suite.
|
The following properties accept/return Suite values:
Values listed by this enumeration are used to set the ResourceItem.Suite property.
See Also