ISchedulerStateService.UserActivitySession Property
Gets an object that characterizes user interaction with the SchedulerControl.
Namespace: DevExpress.XtraScheduler.Services
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
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