Back to Devexpress

CalendarFastNavProperties.OkButtonText Property

aspnet-devexpress-dot-web-dot-calendarfastnavproperties-183299cf.md

latest1.3 KB
Original Source

CalendarFastNavProperties.OkButtonText Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
String"OK"

A String value representing the text within the Ok button.

|

Remarks

Note

The Ok button is visible only in popup display mode.

See Also

Calendar

CalendarFastNavProperties Class

CalendarFastNavProperties Members

DevExpress.Web Namespace