Back to Devexpress

DxCalendar<T>.ShowClearButton Property

blazor-devexpress-dot-blazor-dot-dxcalendar-1-d5f9f687.md

latest1.1 KB
Original Source

DxCalendar<T>.ShowClearButton Property

Specifies whether the Clear button is displayed in the calendar’s footer.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[Parameter]
public bool ShowClearButton { get; set; }

Property Value

TypeDescription
Boolean

true if the button is visible; otherwise, false.

|

Remarks

The Clear button drops the selection within the calendar. To hide this button, set the ShowClearButton property to false.

razor
<DxCalendar T="DateTime" ShowClearButton="false"></DxCalendar>

See Also

DxCalendar<T> Class

DxCalendar<T> Members

DevExpress.Blazor Namespace