Skip to main content
A newer version of this page is available. .
Tab

ASPxPopupControl.PinButtonImage Property

Gets the settings of an image displayed within a pin button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public HeaderButtonCheckedImageProperties PinButtonImage { get; }

Property Value

Type Description
HeaderButtonCheckedImageProperties

A HeaderButtonCheckedImageProperties object that contains image settings.

Remarks

The PinButtonImage property provides access to the settings that define an image for a window’s pin button.

Note

If the ASPxPopupControl.Windows collection is empty, the PinButtonImage property is applied to the default popup window. Otherwise, the PinButtonImage property specifies common image settings to apply to pin buttons of all popup windows from the ASPxPopupControl.Windows collection. In this case, the PinButtonImage property’s value can be overridden by using the PopupWindow.PinButtonImage property of individual windows.

See Also