ASPxSchedulerOptionsCookies.StoreFullWeekViewTimeScale Property
Gets or sets whether the information about enabled and visible scales in the Week View should be saved in a cookie.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll
Declaration
[DefaultValue(true)]
public bool StoreFullWeekViewTimeScale { get; set; }
<DefaultValue(True)>
Public Property StoreFullWeekViewTimeScale As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true, to add information to a cookie; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to StoreFullWeekViewTimeScale |
---|---|---|
ASP.NET Bootstrap Controls | BootstrapScheduler |
|
ASP.NET MVC Extensions | MVCxScheduler |
|
SchedulerSettings |
|
|
ASP.NET Web Forms Controls | ASPxScheduler |
|
See Also
Feedback