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

HtmlEditorChangeElementPropertiesDialogSettingsBase.CssClassItems Property

Provides access to a collection that can contain a list of custom CSS classes defining the element’s style settings.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll

Declaration

public DialogCssClassItems CssClassItems { get; }

Property Value

Type Description
DialogCssClassItems

A DialogCssClassItems object that is the collection of CSS classes.

Property Paths

You can access this nested property as listed below:

Object Type Path to CssClassItems
HtmlEditorDefaultDialogSettings
MVCxHtmlEditorDefaultDialogSettings

Remarks

The collection items are displayed within the “CSS class:” combo box in the built-in dialogs’ style settings section.

See Also