ASPxRichEditRangePermissionSettings.Visibility Property
In This Article
Gets or sets whether the ranges with permissions are visually indicated.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
[DefaultValue(RichEditBookmarkVisibility.Auto)]
public override RichEditRangePermissionVisibility Visibility { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Rich |
Auto | The visibility mode. |
Available values:
Name | Description |
---|---|
Auto | The default value. Currently is equal to Rich |
Visible | Ranges with permissions are always highlighted. |
Hidden | Ranges with permissions are not highlighted. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Visibility |
---|---|
ASPx |
|
See Also