/ Assembly List / LJCDataDetail / DataDetailDialog

Namespace - LJCDataDetail


Syntax

C#
public class DataDetailDialog : Form

The DataDetail Dynamic dialog.

Remarks

The DataDetailDialog form is designed to dynamically create a Detail Dialog to allow display and edit of Data values which are contained in the LJCDataColumns (DbColumns) collection.

The Dialog contains one or more Tab pages. Each TabPage is represented by a LJCDataDetailDAL.ControlTab object. A TabPage contains one or more ControlColumn objects. Each ControlColumn object can contain multiple ControlRow objects.

Public Methods
#ctor Initializes an object instance.
1 Methods

Private Methods
Dispose Clean up any resources being used.
InitializeComponent Required method for Designer support - do not modify the contents of this method with the code editor.
LJCOnChange Fires the LJCChange event.
3 Methods

Properties
LJCDataColumns Gets a reference to the record object.
LJCIsUpdate Gets the LJCIsUpdate value.
LJCKeyItems Gets or sets the ControlItems collection.

Fields
components Required designer variable.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.