Back to Devexpress

CustomFilterDialogEventArgs.UseAsteriskAsWildcard Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-customfilterdialogeventargs-c9bf4690.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public bool UseAsteriskAsWildcard { get; set; }
vb
Public Property UseAsteriskAsWildcard As Boolean

Property Value

TypeDescription
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

CustomFilterDialogEventArgs Class

CustomFilterDialogEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace