PopupWindow.SizeGripRtlImage Property
Gets the settings of an image displayed instead of the size grip within the popup window, when the right-to-left layout is applied.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
ImageProperties | An ImageProperties object that contains image settings. |
Remarks
The SizeGripRtlImage 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