Class NamedAction
Represents an action that executes a predefined operation such as navigating to the next or previous page, or performing common viewer commands.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Actions
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class NamedAction : Action
  Constructors
NamedAction(NamedActionType)
Initializes a new instance of the NamedAction class.
Declaration
public NamedAction(NamedActionType type)
  Parameters
| 
        NamedActionType
        type
         The type of the action representing the menu item to be executed.  | 
    
Properties
Type
Gets the type of predefined action that will be executed, such as page navigation or viewer commands.
Declaration
public NamedActionType Type { get; }
  Property Value
| 
        NamedActionType
         The named action type that determines which operation will be performed.  |