RichEditInsertPictureDialogSettings.ShowFileUploadSection Property
Gets or sets a value that specifies whether a section that allows end-users to upload their local files is displayed within the Insert Image built-in dialog form.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.1.dll
NuGet Package: DevExpress.Web.Office
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowFileUploadSection |
---|---|
RichEditDialogSettings |
|
Remarks
If the ShowFileUploadSection property is set to false
, the “From your computer” radio button and the related form section are not displayed within the Insert Image dialog form.
See Also