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

NuGet Package: DevExpress.Web

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