Enum EditingOptions
Determines how the files and folders in the ExplorerControl can be edited. Note that the shell context menu and drag and drop operations are handled separately.
Namespace: Telerik.WinControls.FileDialogs
Assembly: Telerik.WinControls.UI.dll
Syntax
[Flags]
public enum EditingOptions
All
All options in the menu are available.
Copy
Copy is enabled.
Cut
Cut is enabled.
Delete
Delete is enabled.
NewFolder
New folder is enabled.
None
Editing is not allowed.
Paste
Paste is enabled.
Rename
Rename is enabled.