Skip to main content
A newer version of this page is available. .
Tab

ResourceItem.Suite Property

Gets or sets the name of a suite to which the current resource item belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(Suite.None)]
public Suite Suite { get; set; }

Property Value

Type Default Description
Suite **None**

One of the Suite enumeration values.

Available values:

Show 20 items
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
See Also