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

LayoutGroupBoxCaptionStyle.OffsetX Property

Gets or sets the horizontal offset of the layout group caption from its default position.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(null)]
public int? OffsetX { get; set; }

Property Value

Type Default Description
Nullable<Int32> *null*

A Nullable<T><Int32,> value that specifies the horizontal offset, in pixels, of the layout group caption from its default position.

See Also