Skip to main content

RichEditSaveFileDialogSettings Class

Contains customization settings for the Save File dialog’s form elements.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

public class RichEditSaveFileDialogSettings :
    ASPxRichEditSettingsBase

The following members return RichEditSaveFileDialogSettings objects:

Remarks

The RichEditSaveFileDialogSettings class contains settings that allow you to customize the availability of elements within the Save File dialog form.

An instance of the RichEditSaveFileDialogSettings class can be accessed using the RichEditDialogSettings.SaveFileDialog property available via the ASPxRichEdit.SettingsDialogs property.

Inheritance

See Also