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

DialogCssClassItems Class

A collection of custom CSS classes defining element style settings.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

Declaration

public class DialogCssClassItems :
    Collection<DialogCssClassItem>

The following members return DialogCssClassItems objects:

Remarks

The DialogCssClassItems class provides a collection that can contain a list of custom CSS classes (DialogCssClassItem objects) defining element style settings.

An instance of the DialogCssClassItems class can be accessed by the HtmlEditorChangeElementPropertiesDialogSettingsBase.CssClassItems property.

See Also