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

DialogCssClassItem Class

An individual custom CSS class defining element style settings.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public class DialogCssClassItem :
    CollectionItem

Remarks

A DialogCssClassItem instance can be accessed by the Item property of a collection available by the HtmlEditorChangeElementPropertiesDialogSettingsBase.CssClassItems property.

See Also