Skip to main content

IModelLayoutManagerOptions.CaptionLocation Property

Specifies the default layout group and item caption location.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v26.1.dll

Declaration

[DefaultValue(Locations.Default)]
Locations CaptionLocation { get; set; }

Property Value

Type Default Description
Locations Default

The default layout group and item caption location.

Property Paths

You can access this nested property as listed below:

Object Type Path to CaptionLocation
IModelOptions
.LayoutManagerOptions .CaptionLocation

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