TimeSpanEdit.TimeSpan 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 |
---|---|
TimeSpan | A TimeSpan object representing the editor’s value (time span). |
Remarks
The editor’s TimeSpan property (which is of the TimeSpan type) is in sync with the editor’s TimeSpanEdit.EditValue property (which is of the Object type).
The RepositoryItemTimeSpanEdit.MaxValue and RepositoryItemTimeSpanEdit.MinValue properties specify the extreme values of the TimeSpan property.
See Also