title | description | ms.author | ms.date | ms.topic | author | ms.reviewer |
---|---|---|---|---|---|---|
CuegroupLayout property |
Specifies if the layout is wide. |
solsen |
08/26/2024 |
reference |
SusanneWindfeldPedersen |
solsen |
Version: Available or changed with runtime version 1.0.
Specifies if the layout is wide.
- Page Group
Value | Available or changed with | Description |
---|---|---|
Wide | runtime version 1.0 | Sets the cuegroup control to the wide layout |
CuegroupLayout = wide;
For more information about the wide layout for Cues, see Normal and wide layout for Cues.
cuegroup(SalesCueContainer)
{
CaptionML=ENU='Sales Invoices';
CuegroupLayout=wide;
field(SalesCue; SalesInvoicesOpen)
{
CaptionML=ENU='Open';
DrillDownPageId="Sales Invoice List";
}
}