Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelLayoutManagerOptions.CaptionLocation Property

Specifies the default layout group and item captions location.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

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

Property Value

Type Default Description
DevExpress.Persistent.Base.Locations **Default**

A DevExpress.Persistent.Base.Locations enumeration value specifying the default layout group and item captions location.

Property Paths

You can access this nested property as listed below:

Object Type Path to CaptionLocation
IModelOptions
.LayoutManagerOptions .CaptionLocation

Remarks

The following values are available:

  • Bottom - captions are located at the bottom.
  • Default - captions are located at the top, by default.
  • Left - captions are located at the left.
  • Right - captions are located at the right.
  • Top - captions are located at the top.
See Also