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

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

Declaration

[DefaultValue("OK")]
public string OkButtonText { get; set; }

Property Value

Type Default Description
String "OK"

A String value representing the text within the Ok button.

See Also