New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public class NamedAction : Action

Inheritance: objectActionNamedAction

Constructors

Create a named action for the specified type.

C#
public NamedAction(NamedActionType type)
Parameters:typeNamedActionType

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

Properties

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

C#
public NamedActionType Type { get; }
Property Value:

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