Skip to main content
All docs
V21.1

SchedulerEditingBuilder.AllowEditingTimeZones(Boolean) Method

OBSOLETE

This Method is obsolete now.

This method is obsolete (use the editing.allowTimeZoneEditing option instead).

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

[Obsolete("")]
public SchedulerEditingBuilder AllowEditingTimeZones(
    bool value
)

Parameters

Name Type
value Boolean

Returns

Type
SchedulerEditingBuilder
See Also