Click or drag to resize

PFWaffleItems Property

Gets or sets the waffle items (tiles) shown in the waffle grid.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
[DataMemberAttribute]
public IList<PFWaffleItem> Items { get; set; }

Property Value

Type: IListPFWaffleItem
See Also