Skip to main content
A newer version of this page is available. .
All docs
V22.2

ParameterModel.CaptionPosition Property

Namespace: DevExpress.Blazor.Reporting.Models

Assembly: DevExpress.Blazor.Reporting.v22.2.Viewer.dll

NuGet Package: DevExpress.Blazor.Reporting.Viewer

Declaration

public CaptionPosition CaptionPosition { get; }

Property Value

Type
CaptionPosition

Available values:

Name Description
Vertical

Displays the caption above the associated editor.

Horizontal

Displays the caption to the left of the item.

See Also