If true, when the user clicks the Cancel button, the Record will be reverted to its original state. Only applicable if ShowCancelButton is true.
This event will be emitted when the dialog is closed. The event will contain the status of the dialog, which will be either 'Save' or 'Cancel'.
If true, when the user clicks the Save button, the Record will be saved. Only applicable if ShowSaveButton is true.
Initial height of the dialog
When set to complete, the entire form will be displayed. When set to section, only the specified section of the form will be displayed that is specified in the SectionName property.
The record to display in the form. This property is required. The record must be an instance a BaseEntity derived class.
If Mode is set to section, this property will specify the name of the section to display. This property is ignored if Mode is set to complete.
If set to true the Cancel button will be displayed. If set to false, the Cancel button will be hidden.
If set to true the Save button will be displayed. If set to false, the Save button will be hidden.
The title of the dialog
Initial width of the dialog
Controls the visibility of the dialog. When set to true, the dialog will be displayed. When set to false, the dialog will be hidden.
This dialog will display the form for a given entity. Using the configuration settings you can display the entire form or a specific section of the form. You can also control the visibility of the Save and Cancel buttons, and the behavior of the Save and Cancel buttons.