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

ASPxSchedulerOptionsCookies.Version Property

Gets or sets the version information saved in a cookie.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value that specifies the version.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Version
ASP.NET Controls and MVC Extensions ASPxScheduler
.OptionsCookies.Version
MVCxScheduler
.OptionsCookies.Version
SchedulerSettings
.OptionsCookies.Version
ASP.NET Bootstrap Controls BootstrapScheduler
.OptionsCookies.Version

Remarks

The empty default value of this property specifies that a generated cookie will contain the version number 1.0.

See Also