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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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