Click or drag to resize

PFWidget_QuickAccessBottomButtons Property

Gets or sets the list of buttons to show in the bottom part of the widget. Important : currently not persisted across SignalR!

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public List<PFWidget_QuickAccess_Button> BottomButtons { get; set; }

Property Value

Type: ListPFWidget_QuickAccess_Button
See Also