Skip to main content
A newer version of this page is available. .

ISchedulerStateService.UserActivitySession Property

Gets an object that characterizes user interaction with the SchedulerControl.

Namespace: DevExpress.XtraScheduler.Services

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

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