Skip to main content

HtmlEditorInsertMediaDialogSettings.ShowSaveFileToServerButton Property

Gets or sets a value that specifies whether the “Save file to server” check box is displayed within the editor’s built-in dalogs.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

true, to display the form element, otherwise, false.

See Also