ASPxClientScheduler.GetResourceNavigatorVisible Method
Returns a value specifying whether the Resource Navigator is displayed.
Declaration
GetResourceNavigatorVisible(): boolean
Returns
Type | Description |
---|---|
boolean |
|
Remarks
To specify the Resource Navigator’s visibility, use the following:
- the ResourceNavigator.Visibility property (on the server side),
- the ASPxClientScheduler.SetResourceNavigatorVisible method (on the client side).
See Also