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

ResourceNavigatorTokensProperties.ShowResourceColor Property

Specifies whether to display the resources’ colored labels.

Namespace: DevExpress.Web.ASPxScheduler

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

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