SpreadsheetSettings.DocumentSelectorItemMoving Property
In This Article
Enables you to perform server-side processing of file/folder move operations initiated within the Spreadsheet’s built-in Document Selector.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public FileManagerItemMoveEventHandler DocumentSelectorItemMoving { get; set; }
#Property Value
Type | Description |
---|---|
File |
A File |
#Remarks
Implement a FileManagerItemMoveEventHandler delegate method and assign it to the DocumentSelectorItemMoving property. For more implementation details, refer to the FileManagerItemMoveEventHandler delegate description.
See Also