Skip to main content
A newer version of this page is available. .

HtmlEditorFormsSettings.InsertYouTubeVideoFormPath Property

OBSOLETE

This property is not used any longer.

Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Insert YouTube Video dialog.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll

Declaration

[DefaultValue("")]
[Obsolete("This property is not used any longer.")]
public string InsertYouTubeVideoFormPath { get; set; }

Property Value

Type Default Description
String String.Empty

A String value specifying the file name and path to a UserControl file.

Property Paths

You can access this nested property as listed below:

Object Type Path to InsertYouTubeVideoFormPath
ASPxHtmlEditor
.SettingsForms.InsertYouTubeVideoFormPath
MVCxHtmlEditor
.SettingsForms.InsertYouTubeVideoFormPath

Remarks

At design time, you can use the InsertYouTubeVideoFormPath property’s editor to simplify selecting a UserControl file within your web project. To invoke the property editor, click the corresponding ellipsis button.

See Also