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

ResourceNavigatorTokensProperties.ShowExpandButton Property

Specifies whether to display the expand button to review all available resources.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, to display the expand button to review all available resources; otherwise, false.

See Also