ValidationEventArgs(Object) Constructor
In This Article
Initializes a new instance of the ValidationEventArgs class with specified settings.
Namespace: DevExpress.WinUI.Editors
Assembly: DevExpress.WinUI.Editors.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
value | Object | The entered value. This object is assigned to the Value property. |
See Also