Skip to main content

SpreadsheetSettings.DocumentSelectorItemRenaming Property

Enables you to perform server-side processing of file/folder rename operations initiated within the Spreadsheet’s built-in Document Selector.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public FileManagerItemRenameEventHandler DocumentSelectorItemRenaming { get; set; }

Property Value

Type Description
FileManagerItemRenameEventHandler

A FileManagerItemRenameEventHandler delegate method to be called when a file or folder is about to be renamed within the Spreadsheet’s Document Selector.

Remarks

Implement a FileManagerItemRenameEventHandler delegate method and assign it to the DocumentSelectorItemRenaming property. For more implementation details, refer to the FileManagerItemRenameEventHandler delegate description.

See Also