Back to Devexpress

TimeZoneEditSettings.SchedulerName Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-timezoneeditsettings.md

latest1.2 KB
Original Source

TimeZoneEditSettings.SchedulerName Property

Gets or sets the name of a Scheduler control to which a Time Zone editor is bound.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public string SchedulerName { get; set; }
vb
Public Property SchedulerName As String

Property Value

TypeDescription
String

A string that is the name of a Scheduler control.

|

Remarks

The name of a Scheduler control is specified by the SettingsBase.Name property.

See Also

TimeZoneEditSettings Class

TimeZoneEditSettings Members

DevExpress.Web.Mvc Namespace