Skip to main content

ValidationEventArgs.UpdateSource Property

Gets an object that invoked the BaseEdit.Validate event.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public UpdateEditorSource UpdateSource { get; }

#Property Value

Type Description
DevExpress.Xpf.Editors.Validation.Native.UpdateEditorSource

An object that invoked the BaseEdit.Validate event.

See Also