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

ASPxRoundPanel.GroupBoxCaptionOffsetX Property

Gets or sets the header caption’s horizontal offset.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit structure that specifies the horizontal offset.

Remarks

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

See Also