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

CalendarFastNavProperties.CancelButtonText Property

Gets or sets the text displayed within the Cancel button of the calendar’s fast navigation panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("Cancel")]
public string CancelButtonText { get; set; }

Property Value

Type Default Description
String "Cancel"

A String value representing the text within the Cancel button.

Remarks

Note

The Cancel button is visible only in popup display mode.

See Also