Skip to main content

RepositoryItemDateEdit.MaxValue Property

Use the MaxDate property instead.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DXCategory("Behavior")]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public DateTime MaxValue { get; set; }

Property Value

Type Description
DateTime

A DateTime structure which represents the maximum allowed date.

See Also