ASPxScheduler.SetVisibleResources(IEnumerable<Object>) Method
Sets whether the resources with specified IDs are visible.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
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