Skip to main content

ASPxScheduler.SetVisibleResources(IEnumerable<Object>) Method

Sets whether the resources with specified IDs are visible.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public virtual void SetVisibleResources(
    IEnumerable<object> resourceIds
)

Parameters

Name Type Description
resourceIds IEnumerable<Object>

A collection of objects.

Remarks

Note

The SetVisibleResources method is in effect only when the resource navigator’s mode is set to Tokens.

See Also