Skip to main content

DateNavigator.ShowClearButton Property

Gets or sets whether the Clear button is displayed.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

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