DXRichEditRangePermissionOptions Properties
Provides the options for displaying the ranges with permissions within the document.| Name | Description |
|---|---|
| BracketsColor | Gets or sets the color of the visual marks (brackets) indicating the start and the end of a range with permission in a document with protection disabled. This is a dependency property. |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| HighlightBracketsColor | Gets or sets the color of the visual marks (brackets) indicating the start and the end of each editable range in a protected document. This is a dependency property. |
| HighlightColor | Gets or sets the color used to highlight each editable range in a protected document with protection enabled. This is a dependency property. |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| Visibility | Gets or sets whether the ranges with permissions are highlighted in a document (protected and unprotected). This is a dependency property. |
See Also