RepositoryItemTimeSpanEdit.MaxSeconds Property
This property is obsolete. Gets or sets the maximum number of seconds of the time interval.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[DefaultValue(60)]
[DXCategory("Behavior")]
[EditorBrowsable(EditorBrowsableState.Never)]
public int MaxSeconds { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | 60 | An integer value that specifies the maximum number of seconds of the time interval. |
See Also