General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
InsertImageCssClassItems Class
A collection of custom CSS classes defining image style settings.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll
Declaration
public class InsertImageCssClassItems :
Collection<InsertImageCssClassItem>
Public Class InsertImageCssClassItems
Inherits Collection(Of InsertImageCssClassItem)
Remarks
The InsertImageCssClassItems class represents a collection that can contain a list of custom CSS classes defining image style settings.
An instance of the InsertImageCssClassItems class can be accessed via the HtmlEditorFormsSettings.InsertImageCssClassItems property.
Inheritance
Implements
DevExpress.Utils.IAssignableCollection
See Also
Feedback