Skip to main content
A newer version of this page is available.
All docs
V18.2

ASPxSchedulerOptionsBehavior.SelectOnRightClick Property

Overrides the corresponding property of the base class, to hide it.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll

Declaration

public override bool SelectOnRightClick { get; set; }

Property Value

Type
Boolean

Property Paths

You can access this nested property as listed below:

Library Object Type Path to SelectOnRightClick
ASP.NET Bootstrap Controls BootstrapScheduler
.OptionsBehavior.SelectOnRightClick
ASP.NET Web Forms Controls ASPxScheduler
.OptionsBehavior.SelectOnRightClick
MVCxScheduler
.OptionsBehavior.SelectOnRightClick
SchedulerSettings
.OptionsBehavior.SelectOnRightClick

Remarks

The SelectOnRightClick property setting has no effect on ASPxScheduler behavior.

See Also