BookmarksSettingsBuilder.Visibility(Visibility) Method
In This Article
Sets whether bookmarks are displayed in the document.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v24.2.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
#Declaration
C#
public BookmarksSettingsBuilder Visibility(
Visibility value
)
#Parameters
Name | Type | Description |
---|---|---|
value | Visibility | The bookmark visibility. |
#Returns
Type | Description |
---|---|
Bookmarks |
An object that can be used to further configure the bookmark settings. |
See Also