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

ReportViewer.BookmarkSelectionBorder Property

Provides access to the border settings of a currently selected element in the Document Map.

Namespace: DevExpress.XtraReports.Web

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

Declaration

[SRCategory(ReportStringId.CatAppearance)]
public Border BookmarkSelectionBorder { get; }

Property Value

Type Description
Border

A Border object.

See Also