Class
NamedAction

Execute a predefined viewer operation such as page navigation or common UI commands.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Actions

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

cs-api-definition
public class NamedAction : Action

Inheritance: objectActionNamedAction

Constructors

NamedAction(NamedActionType)

Create a named action for the specified type.

Declaration

cs-api-definition
public NamedAction(NamedActionType type)

Parameters

type

NamedActionType

The type of the action representing the menu item to be executed.

Properties

Type

Gets the predefined operation to execute, e.g., navigation or viewer commands.

Declaration

cs-api-definition
public NamedActionType Type { get; }

Property Value

NamedActionType

The named action type that determines which operation will be performed.