Skip to main content

HtmlEditorFileManagerCommonSettings.AllowedFileExtensions Property

Gets or sets the file extensions allowed for display in the ASPxHtmlEditor’s file selectors.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

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
HtmlEditorFileManagerSettingsBase
.CommonSettings .AllowedFileExtensions

Remarks

Use the AllowedFileExtensions property to display in the file selectors (Audio Selector, Flash Selector, Image Selector, Document Selector, and Video Selector) files with the specified extensions only. Members of an array provided by the AllowedFileExtensions property are standard file extensions which begin with a dot symbol.

File extensions allowed for upload within the file selectors are specified by this property as well.

See Also