Skip to main content
A newer version of this page is available. .
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.v19.2.dll

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