Click or drag to resize

PFActionsBarButtonEnableSpinner Property

Gets or sets a value indicating whether a spinner is shown on the button when it is clicked. This is only relevant for buttons using the "Controller" action mode.

This is recommended to set this value to False for actions returning a file.

Default value: True.

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

Property Value

Type: Boolean
See Also