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

MVCxHtmlEditorAudioSelectorSettings Class

Contains the HtmlEditor’s Select Audio dialog’s settings (specific to MVC).

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxHtmlEditorAudioSelectorSettings :
    HtmlEditorAudioSelectorSettings

The following members return MVCxHtmlEditorAudioSelectorSettings objects:

Remarks

These settings can be accessed using the editor’s HtmlEditorSettings.SettingsAudioSelector property.

Implements

DevExpress.Web.Internal.IPropertiesDirtyTracker
See Also