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