Skip to main content

ResourceNavigatorPagerProperties.EnableResourceComboBox Property

Specifies whether the combo box that lists the resources is enabled.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

[DefaultValue(true)]
public bool EnableResourceComboBox { get; set; }

Property Value

Type Default Description
Boolean true

true, to enable the combo box that lists the resources; otherwise, false.

See Also