Enum
ShortContextMenuOptions

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

ShortContextMenuOptions

NewFolder

New folder menu option.

Declaration

cs-api-definition
NewFolder = 4

Field Value

ShortContextMenuOptions

Paste

Paste menu option.

Declaration

cs-api-definition
Paste = 2

Field Value

ShortContextMenuOptions

Properties

Properties menu option.

Declaration

cs-api-definition
Properties = 8

Field Value

ShortContextMenuOptions

View

View menu option.

Declaration

cs-api-definition
View = 1

Field Value

ShortContextMenuOptions

In this article
DefinitionFieldsAllNewFolderPastePropertiesView
Not finding the help you need?
Contact Support