EditorStringID Enum
Contains values corresponding to strings that can be localized.
Namespace: DevExpress.WinUI.Localization
Assembly: DevExpress.WinUI.Editors.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Members
Name | Description |
---|---|
Filter
|
Is any of |
Filter
|
Begins with |
Filter
|
Is between |
Filter
|
and |
Filter
|
Contains |
Filter
|
Ends with |
Filter
|
Equals |
Filter
|
Is greater than |
Filter
|
Is greater than or equal to |
Filter
|
Is not null |
Filter
|
Is null |
Filter
|
Is less than |
Filter
|
Is less than or equal to |
Filter
|
Is like |
Filter
|
Is none of |
Filter
|
Is not between |
Filter
|
Does not contain |
Filter
|
Does not equal |
Filter
|
Is not like |
Filter
|
Is blank |
Filter
|
Is not blank |
Filter
|
Is Beyond This Year |
Filter
|
Is Later This Year |
Filter
|
Is Later This Month |
Filter
|
Is Next Week |
Filter
|
Is Later This Week |
Filter
|
Is Tomorrow |
Filter
|
Is Today |
Filter
|
Is Yesterday |
Filter
|
Is Earlier This Week |
Filter
|
Is Last Week |
Filter
|
Is Earlier This Month |
Filter
|
Is Earlier This Year |
Filter
|
Is Prior This Year |
Filter
|
This year |
Filter
|
This month |
Filter
|
Last week |
Filter
|
This week |
Filter
|
Is Yesterday |
Filter
|
Today |
Filter
|
Now |
Filter
|
Tomorrow |
Filter
|
Day after tomorrow |
Filter
|
Next week |
Filter
|
Two weeks away |
Filter
|
Next month |
Filter
|
Next year |
Time
|
day |
Time
|
days |
Time
|
d |
Time
|
hour |
Time
|
hours |
Time
|
h |
Time
|
minute |
Time
|
minutes |
Time
|
m |
Time
|
second |
Time
|
seconds |
Time
|
s |
Time
|
fractional |
Time
|
fractional |
Time
|
f |
Time
|
millisecond |
Time
|
milliseconds |
Time
|
ms |
#Remarks
Refer to the Localization topic for more information on how to localize DevExpress WinUI Controls.