DXRichEditBehaviorOptions Properties
Contains options to restrict an end-user’s ability to manage a document within the RichEditControl.| Name | Description |
|---|---|
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| Copy | Gets or sets whether the Copy operation is permitted. This is a dependency property. |
| CopyAllowed | For internal use. Use the DXRichEditBehaviorOptions.Copy property instead. |
| CreateNew | Gets or sets whether the Create New Document operation is permitted. This is a dependency property. |
| CreateNewAllowed | For internal use. Use the DXRichEditBehaviorOptions.CreateNew property instead. |
| Cut | Specifies whether the Cut operation is permitted. This is a dependency property. |
| CutAllowed | For internal use. Use the RichEditBehaviorOptions.Cut property instead. |
| DefaultMaxZoomFactor | Indicates the maximum default zoom factor of a RichEditControl. This is a dependency property. |
| DefaultMinZoomFactor | Indicates the minimum default zoom factor of a RichEditControl. This is a dependency property. |
| 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. |
| DocumentPropertiesAutoUpdate | Gets or sets whether the document properties should be updated automatically. This is a dependency property. |
| Drag | Gets or sets whether the Drag operation is permitted. This is a dependency property. |
| DragAllowed | For internal use. Use the DXRichEditBehaviorOptions.Drag property instead. |
| Drop | Gets or sets whether the Drop operation is permitted. This is a dependency property. |
| DropAllowed | For internal use. Use the DXRichEditBehaviorOptions.Drop property instead. |
| EastAsianTextAlignment | Specifies whether the Distribute and Thai Distribute alignment operations are permitted. |
| EastAsianTextAlignmentAllowed | For internal use. Use the DXRichEditBehaviorOptions.EastAsianTextAlignment property instead. |
| Encrypt | Gets or sets whether to enable document encryption. |
| EncryptAllowed | For internal use. Use the Encrypt option instead. |
| FontSource | Gets or sets the default font settings of the RichEditControl. This is a dependency property. |
| FontSubstitutionOptions | Retrieves font substitution options. This is a dependency property. |
| ForeColorSource | Gets or sets the RichEditControl default font color settings. 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. |
| KeepStreamInDocumentSource | Specifies whether to retain the reference to the stream from which the document is loaded as the RichEditControl.DocumentSource property value. This is a dependency property. |
| KeepTextHighlightingOnClearFormatting | Gets or sets whether the ClearFormattingCommand removes the text highlighting. This is a dependency property. |
| MaxZoomFactor | Gets or sets the upper limit of document zooming. This is a dependency property. |
| MinZoomFactor | Gets or sets the lower limit of document zooming. This is a dependency property. |
| OfficeScrolling | Gets or sets if the Office Scrolling feature is enabled. This is a dependency property. |
| OfficeScrollingAllowed | For internal use. Use the RichEditBehaviorOptions.OfficeScrolling property instead. |
| Open | Gets or sets whether the Open Document operation is permitted. This is a dependency property. |
| OpenAllowed | For internal use. Use the DXRichEditBehaviorOptions.Open property instead. |
| OvertypeAllowed | Gets or sets whether the overtype feature is allowed. This is a dependency property. |
| PageBreakInsertMode | Gets or sets how the page break is inserted into a document. This is a dependency property. |
| Paste | Gets or sets whether the Paste operation is permitted. This is a dependency property. |
| PasteAllowed | For internal use. Use the DXRichEditBehaviorOptions.Paste property instead. |
| PasteLineBreakSubstitution | Gets or sets the substitute character used to replace the line break in pasted HTML. This is a dependency property. |
| PasteSingleCellAsText | Gets or sets whether to paste a cell from the Clipboard as plain text. This is a dependency property. |
| Printing | Gets or sets whether printing operations are permitted. This is a dependency property. |
| PrintingAllowed | For internal use. Use the DXRichEditBehaviorOptions.Printing property instead. |
| RightToLeftTextDirection | Specifies whether the right-to-left text direction is permitted. |
| RightToLeftTextDirectionAllowed | For internal use. Use the DXRichEditBehaviorOptions.RightToLeftTextDirection property instead. |
| Save | Gets or sets whether the Save Document operation is permitted. This is a dependency property. |
| SaveAllowed | For internal use. Use the DXRichEditBehaviorOptions.SaveAs property instead. |
| SaveAs | Gets or sets whether the Save Document As… operation is permitted. This is a dependency property. |
| SaveAsAllowed | For internal use. Use the DXRichEditBehaviorOptions.SaveAs property instead. |
| ShowPageNumberToolTip | Gets or sets a value indicating whether to display the Page Number popup window that appears while scrolling a document in the RichEditControl. This is a dependency property. |
| ShowPopupMenu | Gets or sets whether the RichEdit popup menu can be displayed. This is a dependency property. |
| ShowPopupMenuAllowed | For internal use. Use the DXRichEditBehaviorOptions.ShowPopupMenu property instead. |
| TabMarker | Gets or sets which character(s) to insert when pressing the TAB key. |
| Touch | Gets or sets whether the touch device input is analyzed. This is a dependency property. |
| TouchAllowed | For internal use. Use the DXRichEditBehaviorOptions.Touch property instead. |
| UseFontSubstitution | Gets or sets whether to use a font substitution for displaying characters that are missing in the current font. This is a dependency property. |
| UseThemeFonts | Specifies whether to use theme fonts to retrieve default document font information. This is a dependency property. |
| Zooming | Gets or sets whether the Zoom operation is permitted. This is a dependency property. |
| ZoomingAllowed | For internal use. Use the DXRichEditBehaviorOptions.Zooming instead. |
See Also