IModelLayoutManagerOptions.CaptionLocation Property
Specifies the default layout group and item caption location.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v26.1.dll
Declaration
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 |
|
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
CaptionLocationproperty 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
CaptionLocationproperty value.
See Also