ASPxRichEditBookmarkSettings.Visibility Property
In This Article
Gets or sets whether bookmarks are displayed in the document.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
[DefaultValue(RichEditBookmarkVisibility.Auto)]
public override RichEditBookmarkVisibility Visibility { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Rich |
Auto | One of the Rich |
Available values:
Name | Description |
---|---|
Auto | Bookmark visibility is determined by the current view. |
Visible | Bookmarks are always visible. |
Hidden | Bookmarks are always hidden. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Visibility |
---|---|
ASPx |
|
See Also