Click or drag to resize

PFActionsBarButtonActionName Property

Gets or sets the name of the action that will be called on the MVC controller (if action mode is Controller)

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public string ActionName { get; set; }

Property Value

Type: String
See Also