Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SearchDialog Class / RepeatFromStart Property


In This Topic
    RepeatFromStart Property (SearchDialog)
    In This Topic
    Gets or sets whether to repeat the search from the start.
    Syntax
    'Declaration
     
    
    Public Overridable Property RepeatFromStart As Boolean
    'Usage
     
    
    Dim instance As SearchDialog
    Dim value As Boolean
     
    instance.RepeatFromStart = value
     
    value = instance.RepeatFromStart
    public virtual bool RepeatFromStart {get; set;}
    See Also