Skip to main content
A newer version of this page is available. .

RepositoryItemTimeEdit.CycleEditing Property

OBSOLETE

This property is obsolete.

This property is not supported by the RepositoryItemTimeEdit class.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DefaultValue(true)]
[Browsable(false)]
[Obsolete("This property is obsolete.")]
public bool CycleEditing { get; set; }

Property Value

Type Default Description
Boolean **true**

Always true.

Remarks

This property is not supported.

Currently, when a specific time segment contains a maximum value and is incremented, the preceding time segment is not incremented. For instance, if the current time value specifies 59 seconds and this segment is incremented, the seconds segment will be set to 00. However, the minutes segment is not incremented.

See Also