CalendarControlBase.ShowFooter Property
Gets or sets whether the calendar footer is displayed.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v22.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | True, to show the calendar footer; otherwise, false. |
Remarks
The calendar footer displays the Today and Clear buttons.
See Also