Skip to main content

SchedulerDateNavigatorStyleSettings.BeginInit() Method

In This Article

Starts the SchedulerDateNavigatorStyleSettings's initialization. Initialization occurs at runtime.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public override void BeginInit()

#Remarks

To end the initialization, call the SchedulerDateNavigatorStyleSettings.EndInit method.

See Also