[]
IRowItemDialog interface allows to customize the dialog used to insert or edit a table row.
public interface IRowItemDialog
Implement this interface by a windows dialog form and use it in CustomDialogs property.
Name | Description |
---|---|
BindData(XHTMLRowItem) | Assigns values to the dialog box fields. |
Show(IWin32Window) | Shows the dialog window. |