ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.ViewModel Namespace / SearchPanelViewModel Class / MatchWholeWord Property

In This Topic
    MatchWholeWord Property (SearchPanelViewModel)
    In This Topic
    Gets or sets whether search string must match whole words
    Syntax
    'Declaration
     
    Public Property MatchWholeWord As Boolean
    public bool MatchWholeWord {get; set;}
    See Also