ParameterModel.CaptionPosition Property
Specifies the parameter’s caption position.
Namespace: DevExpress.Blazor.Reporting.Models
Assembly: DevExpress.Blazor.Reporting.v25.2.Viewer.dll
NuGet Package: DevExpress.Blazor.Reporting.Viewer
Declaration
Property Value
| Type | Description |
|---|---|
| CaptionPosition | A CaptionPosition enumeration value. |
Available values:
| Name | Description |
|---|---|
| Vertical | Displays the caption above the associated editor. |
| Horizontal | Displays the caption to the left of the associated editor. |
See Also