Skip to main content

TimeSpanEdit.TimeSpan Property

Gets or sets the editor’s value (time span).

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
public TimeSpan TimeSpan { get; set; }

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