Skip to main content
All docs
V19.2

ASPxSchedulerOptionsBehavior.SelectOnRightClick Property

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

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.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 Controls and MVC Extensions ASPxScheduler
.OptionsBehavior.SelectOnRightClick
MVCxScheduler
.OptionsBehavior.SelectOnRightClick
SchedulerSettings
.OptionsBehavior.SelectOnRightClick
ASP.NET Bootstrap Controls BootstrapScheduler
.OptionsBehavior.SelectOnRightClick

Remarks

The SelectOnRightClick property setting has no effect on ASPxScheduler behavior.

See Also