dbicList Send comments on this topic.
RestoreCell Method
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > DbiListControl Class : RestoreCell Method

Reset internal items required for the edit mode.

Syntax

Visual Basic (Declaration) 
Public Sub RestoreCell() 
C# 
public void RestoreCell()

Remarks

This method should be called by the developer after the user has cancelled an edit operation, when using a custom edit control.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also