Page 1395 Loading View Part, source in 29

Source29

src/Layers/W1/BaseApp/System/SecurityGroups/Factboxes/LoadingViewPart.Page.al22 lines, Copyright (c) Microsoft Corporation. MIT

namespace System.Visualization;

page 1395 "Loading View Part"
{
    Caption = 'Loading...';
    PageType = CardPart;
    Editable = false;

    layout
    {
        area(content)
        {
            group(Loading)
            {
                ShowCaption = false;
                InstructionalText = '(Loading view...)';
            }
        }
    }
}