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

DateNavigator.ShowClearButton Property

Gets or sets whether the Clear button is displayed.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

[DefaultValue(false)]
public override bool ShowClearButton { get; set; }

Property Value

Type Default Description
Boolean **false**

True to show the Clear button; otherwise, false.

See Also