ASPxPopupControl.SizeGripRtlImage Property
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.v20.2.dll
Declaration
public ImageProperties SizeGripRtlImage { get; }
Public ReadOnly Property SizeGripRtlImage As ImageProperties
Property Value
Type | Description |
---|---|
ImageProperties | An ImageProperties object that contains image settings. |
Available values:
Name | Description |
---|---|
SpriteProperties | Gets the settings defining the image position within a sprite image. |
ImageProperties(IPropertiesOwner) |