HtmlEditorInsertImageDialogSettings.ShowImageStyleSettingsSection Property
OBSOLETE
Use the ShowStyleSettingsSection property instead.
Gets or sets a value that specifies whether a section that allows image style settings to be defined is displayed within the Insert Image dialog form.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue(true)]
[Obsolete("Use the ShowStyleSettingsSection property instead.")]
public bool ShowImageStyleSettingsSection { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowImageStyleSettingsSection |
---|---|
HtmlEditorDefaultDialogSettings |
|
Remarks
If the ShowImageStyleSettingsSection property is set to true
, the image style settings section (containing the margins, border and CSS class settings) is displayed within the Insert Image dialog form.
See Also