PopupWindow.Pinned Property
In This Article
Gets or sets a value that specifies whether the window is pinned.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | 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