Back to Devexpress

CalendarControlBase.ShowFooter Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-194e46cf.md

latest1.5 KB
Original Source

CalendarControlBase.ShowFooter Property

Gets or sets whether the calendar footer is displayed.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool ShowFooter { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Behavior")>
Public Property ShowFooter As Boolean

Property Value

TypeDefaultDescription
Booleantrue

True , to show the calendar footer; otherwise, false.

|

Remarks

The calendar footer displays the Today and Clear buttons.

See Also

ShowTodayButton

ShowClearButton

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace