RepositoryItemTimeEdit.CycleEditing Property
OBSOLETE
This property is obsolete.
This property is not supported by the RepositoryItemTimeEdit class.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[DefaultValue(true)]
[EditorBrowsable(EditorBrowsableState.Never)]
[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