PopupWindowFooterStyle.SizeGripPaddings Property
Gets the padding settings of size grip within popup windows.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
Paddings | A Paddings object that contains padding settings. |
Remarks
The SizeGripPaddings property provides access to the padding settings of size grip which can be displayed within popup windows. Size grip paddings are considered the amount of space between the outer boundaries of a size grip and the boundaries of the adjacent elements (such as a footer, footer text).
See Also