TimeSpanEdit.EditValue Property
Gets or sets the editor’s value (time span).
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Object | An object representing the editor’s value (time span). |
Remarks
This property overrides the base class property in order to represent the control’s edit value (time span). This property is synchronized with the TimeSpanEdit.TimeSpan property.
Changing this property value at runtime raises the RepositoryItem.EditValueChanging and RepositoryItem.EditValueChanged events.
See Also