Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 616 Bytes

File metadata and controls

27 lines (18 loc) · 616 Bytes

keywords: Task Properties, Data Tab, Allow empty dataview, OnLoad

Name in migrated Code: SwitchToInsertWhenNoRows
Location in migrated Code: OnLoad

Migrated Code Example

protected override void OnLoad()
{
+   SwitchToInsertWhenNoRows = true;
    View = () => new Views.ShowOrdersView(this);
}

Property Values

True or false. For a UIController the default is false. For a FlowUIController the default is true.

See Also