Back to Devexpress

CalendarFastNavProperties.CancelButtonText Property

aspnet-devexpress-dot-web-dot-calendarfastnavproperties-f40523e5.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("Cancel")]
public string CancelButtonText { get; set; }
vb
<DefaultValue("Cancel")>
Public Property CancelButtonText As String

Property Value

TypeDefaultDescription
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

Calendar

CalendarFastNavProperties Class

CalendarFastNavProperties Members

DevExpress.Web Namespace