Skip to main content

ASPxClientScheduler.SetResourceNavigatorVisible(visible) Method

Specifies whether the Resource Navigator is visible.

Declaration

SetResourceNavigatorVisible(
    visible: boolean
): void

Parameters

Name Type Description
visible boolean

true, to make the Resource Navigator visible; otherwise, false.

Remarks

Use the client ASPxClientScheduler.GetResourceNavigatorVisible method to obtain the Resource Navigator’s visibility state. To specify its visibility on the server side, use the ResourceNavigator.Visibility property.

<ResourceNavigator Visibility="Never" />

VisualElements_ResourceNavigator

See Also