Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Returns a boolean value to indicate whether the view selector is visible.
Grid types supported
Read-only grid
Syntax
viewSelector.isVisible();
Return Value
Type: Boolean
Description: true if visible; false otherwise.
Remarks
If the subgrid control is not configured to display the view selector, calling this method on the ViewSelector returned by the GridControl.getViewSelector method will throw an error.
To get the viewSelector object, see ViewSelector.