Skip to main content
Tab

ASPxRoundPanel.GroupBoxCaptionOffsetY Property

Gets or sets the header caption’s vertical offset.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit structure that specifies the vertical offset.

Remarks

This property is in effect when the ASPxRoundPanel.View property is set to View.GroupBox.

See Also