Skip to main content

BookmarkInfo.HasBookmark Property

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.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