IRowItemDialog interface allows to customize the dialog used to insert or edit a table row.

Namespace:  C1.Win.XmlEditor.UICustomization
Assembly:  C1.Win.XmlEditor.2 (in C1.Win.XmlEditor.2.dll)

Syntax

C#
public interface IRowItemDialog
Visual Basic (Declaration)
Public Interface IRowItemDialog

Remarks

Implement this interface by a windows dialog form and use it in CustomDialogs property.

See Also