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

SpreadsheetSettings.DocumentSelectorItemDeleting Property

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public FileManagerItemDeleteEventHandler DocumentSelectorItemDeleting { get; set; }

Property Value

Type Description
FileManagerItemDeleteEventHandler

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

Remarks

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

See Also