Skip to main content

SchedulerDateNavigatorStyleSettings.EndInit() Method

In This Article

Ends the SchedulerDateNavigatorStyleSettings's initialization.

Namespace: DevExpress.Xpf.Scheduler

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

#Declaration

public override void EndInit()

#Remarks

To start the initialization, use the SchedulerDateNavigatorStyleSettings.BeginInit method.

See Also