PopupWindow.PinButtonImage Property
In This Article
Gets the settings of an image displayed within the window’s pin button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public HeaderButtonCheckedImageProperties PinButtonImage { get; }
#Property Value
Type | Description |
---|---|
Header |
A Header |
#Remarks
The PinButtonImage property provides access to settings that define an image for the current window’s pin button.
Note
The value assigned to the Pin
See Also