Skip to main content

RepositoryItemTimeSpanEdit.AllowEditMilliseconds Property

This property is obsolete. Gets or sets whether to display the millisecond tile in the drop-down panel.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v25.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
Boolean false

true if it is allowed to edit milliseconds in the time interval; otherwise, false.

See Also