RepositoryItemDateEdit.NullDateCalendarValue Property
In This Article
Gets or sets the date and time automatically selected in the editor’s drop-down if the edit value is set to null.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Date |
A Date |
#Remarks
By default, if the edit value is set to null (Nothing in VB.NET), today’s date is automatically selected in the editor’s drop-down. The NullDateCalendarValue property allows you to specify a custom date to be selected in this case.
See Also