Enum EditingOptions
Determines how the files and folders in the Explorer
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.