HtmlEditorChangeElementPropertiesDialogSettingsBase.CssClassItems Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public DialogCssClassItems CssClassItems { get; }
#Property Value
Type | Description |
---|---|
Dialog |
A Dialog |
#Remarks
The collection items are displayed within the “CSS class:” combo box in the built-in dialogs’ style settings section.
See Also