DXRichEditRangePermissionOptions Properties
Provides the options for displaying the ranges with permissions within the document.
Name | Description |
---|---|
Brackets |
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. |
Can |
Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
Dependency |
Gets the Dependency |
Dispatcher |
Gets the Dispatcher this Dispatcher |
Highlight |
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. |
Highlight |
Gets or sets the color used to highlight each editable range in a protected document with protection enabled. This is a dependency property. |
Is |
Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
Is |
Gets a value that indicates whether this instance is currently sealed (read-only).
Inherited from Dependency |
Visibility | Gets or sets whether the ranges with permissions are highlighted in a document (protected and unprotected). This is a dependency property. |
See Also