HtmlEditorFormsSettings.InsertVideoCssClassItems Property
In This Article
OBSOLETE
Use the Settings
Provides access to a collection that can contain a list of custom CSS classes defining video player style settings.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[Obsolete("Use the SettingsDialogs.InsertVideoDialog.CssClassItems property instead.")]
public InsertMediaCssClassItems InsertVideoCssClassItems { get; }
#Property Value
Type | Description |
---|---|
Insert |
A Insert |
#Remarks
The collection’s items are displayed within the “CSS class:” combo box in the Video Dialogs‘s style settings section. The availability of this section is controlled by the HtmlEditorInsertMediaDialogSettingsBase.ShowStyleSettingsSection property.
See Also