Click or drag to resize

FormLayoutLayoutFormat Property

The format of the data in the Layout column. Values can be: 'U' - uncompressed; 'L' - LZO compressed; 'D' - Deflate compressed. [Required] [Default("U")]

Namespace:  Aloe.EnterpriseOne.Model.Systems.UI
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public FormLayoutsRepositoryLayoutFormat LayoutFormat { get; set; }

Property Value

Type: FormLayoutsRepositoryLayoutFormat
See Also