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

DocumentViewerViewerStyles.BookmarkSelectionBorder Property

Specifies the selection border settings of a document bookmark.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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

NuGet Package: DevExpress.Web.Reporting

Declaration

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

Property Value

Type Description
Border

A Border value.

See Also