Skip to main content

DocumentViewerViewerStyles.BookmarkSelectionBorder Property

Specifies the selection border settings of a document bookmark.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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