SearchStarted Property (C1FlexViewerDialog)
In This Topic
Gets a value indicating if search mode is started and you can call the SearchNext and SearchPrevious methods.
Syntax
'Declaration
Public ReadOnly Property SearchStarted As Boolean
public bool SearchStarted {get;}
See Also