Skip to main content
Tab

LayoutGroupBoxCaptionStyle.OffsetY Property

Gets or sets the vertical 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? OffsetY { get; set; }

Property Value

Type Default Description
Nullable<Int32> null

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

See Also