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

ResourceNavigatorPagerProperties.EnableResourceComboBox Property

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

Namespace: DevExpress.Web.ASPxScheduler

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

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