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

DocumentViewerSplitterPaneStyle.BorderStyle Property

Specifies the side pane’s border style.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue(BorderStyle.NotSet)]
public BorderStyle BorderStyle { get; set; }

Property Value

Type Default Description
BorderStyle **NotSet**

A BorderStyle enumeration value.

See Also