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

PopupWindowFooterStyle.SizeGripSpacing Property

Gets or sets the horizontal spacing between the size grip and the footer’s text content.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public virtual Unit SizeGripSpacing { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit that represents the spacing value.

See Also