Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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.