Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public DialogCssClassItems CssClassItems { get; }

Property Value

Type Description
DialogCssClassItems

A DialogCssClassItems object that is the collection of CSS classes.

Remarks

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

See Also