ParameterModel.CaptionPosition Property
In This Article
Namespace: DevExpress.Blazor.Reporting.Models
Assembly: DevExpress.Blazor.Reporting.v24.2.Viewer.dll
NuGet Package: DevExpress.Blazor.Reporting.Viewer
#Declaration
public CaptionPosition CaptionPosition { get; }
#Property Value
Type |
---|
Caption |
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