Back to Devexpress

SchedulerControl.About() Method

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-8ea86c83.md

latest1.2 KB
Original Source

SchedulerControl.About() Method

Invokes the scheduler’s About dialog box.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public static void About()
vb
Public Shared Sub About

Remarks

Primarily, this method is intended for design-time use and is not intended to be called directly from your code.

The About method invokes the About dialog displaying the product name and licensing information. On development machines, the license information is always correct. On client machines, the product is always marked as TRIAL in the About dialog.

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace