Click or drag to resize

PFViewFixedWidths Property

Gets or sets the fixed widths, overriding some of the fields' width.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<PFViewFixedWidth> FixedWidths { get; set; }

Property Value

Type: ListPFViewFixedWidth
See Also