HtmlEditorChangeElementPropertiesDialogSettingsBase.CssClassItems Property
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.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
DialogCssClassItems | A DialogCssClassItems object that is the collection of CSS classes. |
Remarks
The collection items are displayed within the “CSS class:” combo box in the built-in dialogs’ style settings section.
See Also