Skip to main content
A newer version of this page is available. .

ASPxClientPopupControlBase.GetPinned Method

Returns a value indicating whether the window is pinned.

Declaration

GetPinned(): boolean

Returns

Type Description
boolean

true, if the window is pinned; otherwise, false.

Remarks

End-users can pin and unpin a window using the pin button. Use the GetPinned method to get a value indicating whether the default popup window is pinned. To set the window pin state on the client side, use the ASPxClientPopupControlBase.SetPinned method.

To specify the pin state of the particular popup window, use the ASPxClientPopupControl.GetWindowPinned and ASPxClientPopupControl.SetWindowPinned methods.

On the server side, the window pin state is controlled by the ASPxPopupControlBase.Pinned property.

See Also