EnumShortContextMenuOptions
Enum
ShortContextMenuOptions is Flags enum indicating the available options in the context menu which appears on empty spaces in ExplorerControl.
Definition
Namespace:Telerik.Windows.Controls.FileDialogs
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
cs-api-definition
[Flags]
public enum ShortContextMenuOptions
Fields
All
All options in the menu are available.
Declaration
cs-api-definition
All = View | Paste | NewFolder | Properties
Field Value
NewFolder
New folder menu option.
Properties
Properties menu option.