Skip to main content
Tab

ASPxPopupControlBase.ShowPinButton Property

Gets or sets a value that specifies whether a window’s pin button is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean false

true if the button is displayed; otherwise, false.

Remarks

For ASPxPopupControl only:

If the ASPxPopupControl.Windows collection is empty, the ShowPinButton property is applied to the default popup window. Otherwise, the ShowPinButton property specifies the pin button visibility for all popup windows from the ASPxPopupControl.Windows collection. A specific window’s button visibility is controlled by the PopupWindow.ShowPinButton property.

See Also