Skip to main content
Tab

FileManagerSettingsFileList.AllowCustomizeFolderDisplayText Property

Specifies whether it is allowed to customize the folder display text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public virtual bool AllowCustomizeFolderDisplayText { get; set; }

Property Value

Type Default Description
Boolean false

true, to allow customizing the folder display text; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowCustomizeFolderDisplayText
ASPxFileManager
.SettingsFileList .AllowCustomizeFolderDisplayText
RichEditDocumentSelectorSettings
.FileListSettings .AllowCustomizeFolderDisplayText
SpreadsheetDocumentSelectorSettings
.FileListSettings .AllowCustomizeFolderDisplayText
See Also