Skip to main content

HtmlEditorInsertImageDialogSettings.CssClassItems Property

Provides access to a collection that can contain a list of custom CSS classes defining image style settings.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public InsertImageCssClassItems CssClassItems { get; }

Property Value

Type Description
InsertImageCssClassItems

A InsertImageCssClassItems object that is the collection of items.

Property Paths

You can access this nested property as listed below:

Object Type Path to CssClassItems
HtmlEditorDefaultDialogSettings
.InsertImageDialog .CssClassItems

Remarks

The collection items are displayed within the “CSS class:” combo box in the Insert Image dialog’s image style settings section. The availability of this section is controlled by the HtmlEditorInsertMediaDialogSettingsBase.ShowStyleSettingsSection property.

See Also