Skip to main content

CalendarControlBase.ShowFooter Property

Gets or sets whether the calendar footer is displayed.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool ShowFooter { get; set; }

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