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

RichEditFileManagerCommonSettings.AllowedFileExtensions Property

Gets or sets the file extensions allowed for display in the FileManager used within certain built-in dialogs.

Namespace: DevExpress.Web.ASPxRichEdit

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

Declaration

public override string[] AllowedFileExtensions { get; set; }

Property Value

Type Description
String[]

An array of String values that contains the file extensions allowed.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowedFileExtensions
RichEditDocumentSelectorSettings
.CommonSettings.AllowedFileExtensions

Remarks

Use the AllowedFileExtensions property to display only files with the specified extensions in the embedded FileManager. Members of an array provided by the AllowedFileExtensions property are standard file extensions which begin with a dot symbol.

See Also