Skip to main content
A newer version of this page is available. .

CalendarControlBase.ShowFooter Property

Gets or sets whether the calendar footer is displayed.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

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