Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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