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

ASPxClientScheduler.SetVisibleResources(resourceIds) Method

Sets whether the resources with specified IDs are visible.

Declaration

SetVisibleResources(
    resourceIds: string[]
): void

Parameters

Name Type Description
resourceIds string[]

An array of string values specifying the resources IDs.

See Also