Back to Devexpress

HtmlEditorInsertVideoDialogSettings Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-282d2cba.md

latest2.7 KB
Original Source

HtmlEditorInsertVideoDialogSettings Class

Contains customization settings for the Insert Video dialog’s form elements.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class HtmlEditorInsertVideoDialogSettings :
    HtmlEditorInsertMediaDialogSettings
vb
Public Class HtmlEditorInsertVideoDialogSettings
    Inherits HtmlEditorInsertMediaDialogSettings

The following members return HtmlEditorInsertVideoDialogSettings objects:

Remarks

The HtmlEditorInsertVideoDialogSettings class contains settings that allow you to customize the availability of elements within the Insert Video dialog form.

An instance of the HtmlEditorInsertVideoDialogSettings class can be accessed via the HtmlEditorDefaultDialogSettings.InsertVideoDialog property.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ASPxHtmlEditorSettingsBase HtmlEditorDialogSettingsBase HtmlEditorInsertMediaDialogSettingsBase HtmlEditorInsertMediaDialogSettings HtmlEditorInsertVideoDialogSettings MVCxHtmlEditorInsertVideoDialogSettings

See Also

HtmlEditorInsertVideoDialogSettings Members

DevExpress.Web.ASPxHtmlEditor Namespace