Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 727 Bytes

File metadata and controls

30 lines (22 loc) · 727 Bytes
title description author ms.author ms.date ms.reviewer ms.topic search.audienceType contributors
getPane (Client API reference) in model-driven apps| MicrosoftDocs
Includes description and supported parameters for the getPane method.
adrianorth
aorth
04/04/2022
jdaly
reference
developer
JimDaly

getPane (Client API reference)

Returns the side pane corresponding to the input ID. Returns null if the side pane does not exist.

Syntax

Xrm.App.sidePanes.getPane(panelId);

Return value

Returns the AppSidePane object.

Related articles

sidePanes

Creating side panes using client API