Skip to main content

RepositoryItemTimeSpanEdit.AllowEditSeconds Property

This property is obsolete. Gets or sets whether to display the second 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(true)]
[DXCategory("Behavior")]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool AllowEditSeconds { get; set; }

Property Value

Type Default Description
Boolean true

true if you can edit seconds in the time interval; otherwise, false.

See Also