Table of Contents

Property UseContains

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

UseContains

Gets or sets whether to use partial string comparison when search is performed. Default is false. When UseContains is true, search operation is successful if searched string occurrence is on any character position.

public bool UseContains { get; set; }

Property Value

bool