Skip to main content
A newer version of this page is available. .
Tab

PopupWindowFooterStyle.SizeGripPaddings Property

Gets the padding settings of size grip within popup windows.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual Paddings SizeGripPaddings { get; }

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