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

In This Topic
    MatchCase Property (SearchPanelViewModel)
    In This Topic
    Gets or sets whether found text should match the search string case
    Syntax
    'Declaration
     
    Public Property MatchCase As Boolean
    public bool MatchCase {get; set;}
    See Also