ASPxHtmlEditor.SettingsVideoSelector Property
OBSOLETE
Use the SettingsDialogs.InsertVideoDialog.SettingsVideoSelector property instead.
Provides access to settings related to the Select Video dialog.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[Obsolete("Use the SettingsDialogs.InsertVideoDialog.SettingsVideoSelector property instead.")]
public HtmlEditorVideoSelectorSettings SettingsVideoSelector { get; }
Property Value
Type | Description |
---|---|
HtmlEditorVideoSelectorSettings | An HtmlEditorVideoSelectorSettings object that contains the Select Video dialog’s settings. |
See Also