Click or drag to resize

PageElementPropertiesConsoleDetail_LayoutControl Property

A .aspx UserControl specifying mapper field layout using "fld", "lbl", and "tip" elements with runat="server" and key="<field-key>". If specified, this overrides any DetailLayout setting.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string ConsoleDetail_LayoutControl { get; }

Property Value

Type: String
A .aspx UserControl specifying mapper field layout using "fld", "lbl", and "tip" elements with runat="server" and key="<field-key>". If specified, this overrides any DetailLayout setting.
See Also