Back to Devexpress

PopupControlImages.SizeGrip Property

aspnet-devexpress-dot-web-dot-popupcontrolimages-f5ea40a7.md

latest1.5 KB
Original Source

PopupControlImages.SizeGrip Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ImageProperties SizeGrip { get; }
vb
Public ReadOnly Property SizeGrip As ImageProperties

Property Value

TypeDescription
ImageProperties

An ImageProperties object that contains image settings.

|

Remarks

The SizeGrip property provides access to the settings that define an image which should be displayed within the window (within all popup windows for ASPxPopupControl) in place of the size grip element.

See Also

SizeGripRtl

PopupControlImages Class

PopupControlImages Members

DevExpress.Web Namespace