Click or drag to resize

SizingSchemes Enumeration

Schemes for column width sizing.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum SizingSchemes
Members
  Member nameValueDescription
Fixed0The column widths should be fixed per the field Width settings.
Proportional1The column widths should be sized proportionally to the fixed sizes.
BrowserFit2No column sizing should be provided for data columns allowing the browser to determine widths.
See Also