DXRichEditRangePermissionOptions Members
Provides the options for displaying the ranges with permissions within the document.Constructors
| Name | Description |
|---|---|
| DXRichEditRangePermissionOptions() | Initializes a new instance of the DXRichEditRangePermissionOptions class with the specified settings. |
Fields
| Name | Description |
|---|---|
| BracketsColorProperty static | Identifies the DXRichEditRangePermissionOptions.BracketsColor dependency property. |
| HighlightBracketsColorProperty static | Identifies the DXRichEditRangePermissionOptions.HighlightBracketsColor dependency property. |
| HighlightColorProperty static | Identifies the DXRichEditRangePermissionOptions.HighlightColor dependency property. |
| VisibilityProperty static | Identifies the DXRichEditRangePermissionOptions.Visibility dependency property. |
Properties
| 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. |
| 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. |
| Visibility | Gets or sets whether the ranges with permissions are highlighted in a document (protected and unprotected). This is a dependency property. |
See Also