Skip to main content

HtmlEditorDocumentSelectorCommonSettings.AllowedFileExtensions Property

Gets or sets the file extensions allowed for display in the Document Selector.

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.

Remarks

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

See Also