PopupWindow.SizeGripImage Property
In This Article
Gets the settings of an image displayed instead of the size grip within the popup window.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImageProperties SizeGripImage { get; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
#Remarks
The SizeGripImage property provides access to the settings that define an image which should be displayed within the current popup window in place of the size grip element.
See Also