Skip to main content
A newer version of this page is available. .

CustomFilterDialogEventArgs.UseAsteriskAsWildcard Property

Gets or sets whether the asterisk (‘*’) character can be used as a wildcard character.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public bool UseAsteriskAsWildcard { get; set; }

Property Value

Type Description
Boolean

true if the asterisk (‘‘) character can be used as a wildcard character; otherwise, **false*.

Remarks

A wildcard character substitutes any character or characters in a string. By default, the ‘%’ and ‘‘ characters are used as wildcard characters. Set the **UseAsteriskAsWildcard* property to false, to prevent the asterisk character from being used as a wildcard character.

See Also