Back to Devexpress

RepositoryItemDateEdit.MaxValue Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemdateedit-389f84f6.md

latest1.7 KB
Original Source

RepositoryItemDateEdit.MaxValue Property

Use the MaxDate property instead.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DXCategory("Behavior")]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public DateTime MaxValue { get; set; }
vb
<EditorBrowsable(EditorBrowsableState.Advanced)>
<Browsable(False)>
<DXCategory("Behavior")>
Public Property MaxValue As Date

Property Value

TypeDescription
DateTime

A DateTime structure which represents the maximum allowed date.

|

See Also

MaxDate

MinDate

RepositoryItemDateEdit Class

RepositoryItemDateEdit Members

DevExpress.XtraEditors.Repository Namespace