Skip to main content

RepositoryItemTimeSpanEdit.AllowEditMinutes Property

This property is obsolete. Gets or sets whether to display the minute 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 AllowEditMinutes { get; set; }

Property Value

Type Default Description
Boolean true

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

See Also