Skip to main content

RepositoryItemTimeSpanEdit.MaxMilliseconds Property

This property is obsolete. Gets or sets the maximum number of milliseconds of the time interval.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v25.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(1000)]
[DXCategory("Behavior")]
[EditorBrowsable(EditorBrowsableState.Never)]
public int MaxMilliseconds { get; set; }

Property Value

Type Default Description
Int32 1000

An integer value that specifies the maximum number of milliseconds of the time interval.

See Also