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

HtmlEditorInsertMediaDialogSettingsBase.ShowStyleSettingsSection Property

Gets or sets a value that specifies whether the Style Settings section (tab) is displayed within the editor’s built-in dialogs.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool ShowStyleSettingsSection { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to display the Style Settings section; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowStyleSettingsSection
ASP.NET Controls and MVC Extensions HtmlEditorDefaultDialogSettings
.InsertAudioDialog .ShowStyleSettingsSection
ASP.NET MVC Extensions MVCxHtmlEditorDefaultDialogSettings
.InsertAudioDialog .ShowStyleSettingsSection
MVCxHtmlEditorDefaultDialogSettings
.InsertFlashDialog .ShowStyleSettingsSection
See Also