Class NamedAction
Represents named action.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 Named
Declaration
public NamedAction(NamedActionType type)
Parameters
Named The type of the action representing the menu item to be executed. |
Properties
Type
The type of the action representing the menu item to be executed.
Declaration
public NamedActionType Type { get; }