Bearbeiten

CuegroupLayout Property

Version: Available or changed with runtime version 1.0.

Specifies if the layout is wide.

Applies to

  • Page Group

Property Value

Value Available or changed with Description
Wide runtime version 1.0 Sets the cuegroup control to the wide layout

Syntax

CuegroupLayout = wide;

Remarks

For more information about the wide layout for Cues, see Normal and wide layout for Cues.

Example

cuegroup(SalesCueContainer)
{
    CaptionML=ENU='Sales Invoices';
    CuegroupLayout=wide;
    field(SalesCue; SalesInvoicesOpen)
    {
        CaptionML=ENU='Open';
        DrillDownPageId="Sales Invoice List";
    }
} 

See Also

Properties Rowspan Property
Columnspan Property