Called to test whether the selection on the parent control should be reset when the underlying control receives input focus.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public virtual bool IsResetSelectionNeeded()
Visual Basic
Public Overridable Function IsResetSelectionNeeded As Boolean

Return Value

False (override this method to change that).

See Also