Skip to main content

DocumentViewerSplitterPaneStyle.BorderStyle Property

Specifies the side pane’s border style.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

Assembly: DevExpress.XtraReports.v24.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