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