Skip to main content

PopupControlSettingsBase.Pinned Property

Gets or sets a value that specifies whether the window (dock panel) is pinned.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool Pinned { get; set; }

Property Value

Type Description
Boolean

true if the window is pinned; otherwise, false.

Remarks

End-users can pin and unpin a window (dock panel) using the pin button (dock panel pin button). Use the Pinned property to specify whether the default popup window (dock panel) is pinned.

To specify the pin state of the particular popup window, use the PopupWindow.Pinned property.

On the client side, you can control the window’s pin state using the ASPxClientPopupControlBase.GetPinned and ASPxClientPopupControlBase.SetPinned methods.

See Also