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

RichEditSaveFileDialogSettings Class

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

Namespace: DevExpress.Web.ASPxRichEdit

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

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