Skip to main content
Tab

PopupWindow.Pinned Property

Gets or sets a value that specifies whether the window is pinned.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool Pinned { get; set; }

Property Value

Type Default Description
Boolean false

true if the window is pinned; otherwise, false.

Remarks

End-users can pin and unpin a window using the pin button. Use the Pinned property to specify whether the current popup window is pinned.

To specify the pin state of the default popup window, use the ASPxPopupControlBase.Pinned property.

On the client side, you can control the window pin state using the ASPxClientPopupControl.GetWindowPinned and ASPxClientPopupControl.SetWindowPinned methods.

See Also