DocumentViewerViewerStyles.BookmarkSelectionBorder Property
Specifies the selection border settings of a document bookmark.
Namespace: DevExpress.XtraReports.Web.DocumentViewer
Assembly: DevExpress.XtraReports.v24.1.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