DocumentViewerReportToolbarStyles.Alignment Property
Specifies the alignment settings of a Document Viewer’s toolbar.
Namespace: DevExpress.XtraReports.Web.DocumentViewer
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
[DefaultValue(ReportToolbarAlignment.Default)]
public ReportToolbarAlignment Alignment { get; set; }
Property Value
Type | Default | Description |
---|---|---|
ReportToolbarAlignment | Default | A ReportToolbarAlignment enumeration value. |
See Also