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

ASPxPopupControl.SizeGripImage Property

Gets the settings of an image displayed instead of the size grip within popup windows.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ImageProperties SizeGripImage { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

Remarks

The SizeGripImage property provides access to the settings that define a common image which should be displayed within popup windows, in place of the size grip element.

See Also