Skip to main content

ResourceNavigatorTokensProperties.ShowExpandButton Property

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

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

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