ASPxScheduler.SetVisibleResources(IEnumerable<Object>) Method
Sets whether the resources with specified IDs are visible.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v25.2.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.
Use the GetResources() method to obtain resources from the current view.
See Also