Back to Devexpress

TimePickerDateTimeChangedEventArgs.NewValue Property

wpf-devexpress-dot-xpf-dot-editors-dot-timepickerdatetimechangedeventargs.md

latest1.3 KB
Original Source

TimePickerDateTimeChangedEventArgs.NewValue Property

Gets a new value that has been assigned to the editor.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public DateTime NewValue { get; }
vb
Public ReadOnly Property NewValue As Date

Property Value

TypeDescription
DateTime

The new value.

|

Remarks

The OldValue and NewValue properties store the old editor value and the value that has been assigned to the editor.

See Also

TimePickerDateTimeChangedEventArgs Class

TimePickerDateTimeChangedEventArgs Members

DevExpress.Xpf.Editors Namespace