Skip to main content

ResourceNavigatorTokensProperties.ShowResourceColor Property

Specifies whether to display the resources’ colored labels.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

[DefaultValue(false)]
public virtual bool ShowResourceColor { get; set; }

Property Value

Type Default Description
Boolean false

true, to display the resources’ colored labels; otherwise, false.

See Also