Skip to main content

EditorValidationStringID 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

public enum EditorValidationStringID

Members

Name Description
ValidationError

Invalid value

RangeValidationError

Value is out of range

ValueConversionError

Value cannot be converted

Remarks

Refer to the Localization topic for more information on how to localize DevExpress WinUI Controls.

See Also