Skip to main content
A newer version of this page is available. .

ReportParametersPanelEditorCaptionSettings.Position Property

Specifies the position of a caption relative to the editor.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v19.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue(EditorCaptionPosition.Top)]
public EditorCaptionPosition Position { get; set; }

Property Value

Type Default Description
EditorCaptionPosition Top

One of the EditorCaptionPosition enumeration values.

Available values:

Name Description
Left

A caption is displayed at the left of the editor.

Top

A caption is displayed at the top of the editor.

Right

A caption is displayed at the right of the editor.

Bottom

A caption is displayed at the bottom of the editor.

NotSet

A caption location is not set and it is displayed at the default position.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Position
Reporting ASPxDocumentViewer
ReportParametersPanel
.CaptionSettings .Position
ASP.NET Web Forms Controls DocumentViewerSettings
See Also