Skip to main content

ISchedulerStateService.UserActivitySession Property

Gets an object that characterizes user interaction with the SchedulerControl.

Namespace: DevExpress.XtraScheduler.Services

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

object UserActivitySession { get; }

Property Value

Type Description
Object

A Object instance when an end-user interacts with the SchedulerControl; otherwise null (Nothing in Visual Basic).

Remarks

Check the UserActivitySession property for the null value to determine whether the SchedulerControl does not process mouse or keyboard events.

See Also