DateEdit.Properties Property
Gets DateEdit settings.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DXCategory("Properties")]
[SmartTagSearchNestedProperties]
public RepositoryItemDateEdit Properties { get; }
Property Value
| Type | Description |
|---|---|
| RepositoryItemDateEdit | Editor settings. |
Remarks
Use Properties to access and customize appearance and behavior settings.
Common settings include:
| Property | Description |
|---|---|
| CalendarView | Gets or sets the appearance of the calendar in the drop-down window. |
| MinDate | Gets or sets the editor’s minimum date. |
| MaxDate | Gets or sets the editor’s maximum date. |
| SelectionMode | Gets or sets whether a single date, or multiple dates can be simultaneously selected. |
| ShowToday | Gets or sets whether to display the Today button in the dropdown calendar (in Classic and Vista modes). |
| ShowClear | Gets or sets whether the dropdown calendar contains the Clear button (this button is not supported in CalendarView.TouchUI mode). |
See Also