Skip to main content

RepositoryItemTimeSpanEdit.MaxDays Property

This property is obsolete. Gets or sets the maximum number of days in the time interval.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v25.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(100)]
[DXCategory("Behavior")]
[EditorBrowsable(EditorBrowsableState.Never)]
public int MaxDays { get; set; }

Property Value

Type Default Description
Int32 100

An integer value that specifies the maximum number of days in the time interval.

See Also