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

BookmarkInfo.HasBookmark Property

Specifies whether or not there are bookmarks specified for the brick.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public bool HasBookmark { get; }

Property Value

Type Description
Boolean

true, if there are bookmarks assigned to the element; otherwise false.

See Also