Skip to main content

DialogCssClassItems Class

A collection of custom CSS classes defining element style settings.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

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