PopupWindow.ShowPinButton Property
In This Article
Gets or sets a value that specifies whether a window’s pin button is displayed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean ShowPinButton { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Default |
Default |
|
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
#Remarks
If the ShowPinButton property is set to default, the pin button visibility is determined by the ASPxPopupControlBase.ShowPinButton property.
See Also