Düzenle

Aracılığıyla paylaş


isVisible (Client API reference)

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.