WindowSearchDefaultMatchType Property

Indicates the default match type.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public SearchMatchType DefaultMatchType { get; set; }

Property Value

SearchMatchType
SearchMatchType with the default match type. The default value is Contains.

Implements

IWindowSearchDefaultMatchType

See Also