RepositoryItemDateEdit.MinValue Property
In This Article
Use the MinDate property instead.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[DXCategory("Behavior")]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public DateTime MinValue { get; set; }
#Property Value
Type | Description |
---|---|
Date |
A Date |
See Also