Skip to main content

IModelLayoutElementWithCaptionOptions.CaptionLocation Property

Specifies a layout element’s caption location.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v26.1.dll

Declaration

Locations CaptionLocation { get; set; }

Property Value

Type Description
Locations

A layout element’s caption location.

Remarks

In XAF ASP.NET Core Blazor UI applications, the CaptionLocation property has the following limitations:

  • An application can display a caption in two positions: above an item or to its left.
  • The CaptionLocation property affects only layout items and does not affect layout groups and layout tabs.
  • If viewport sizes are less than 768 px, captions are displayed above the associated editors regardless of the CaptionLocation property value.
See Also