PopupControlImages.SizeGripRtl Property
In This Article
Gets the settings of an image displayed instead of the size grip within a window, when the right-to-left layout is applied.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
#Declaration
public ImageProperties SizeGripRtl { get; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
#Remarks
The SizeGripRtl 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