Back to Devexpress

DXRichEditBehaviorOptions Properties

wpf-devexpress-dot-xpf-dot-richedit-dot-dxricheditbehavioroptions-dot-underscore-properties.md

latest13.0 KB
Original Source

DXRichEditBehaviorOptions Properties

Contains options to restrict an end-user’s ability to manage a document within the RichEditControl.

NameDescription
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
CopyGets or sets whether the Copy operation is permitted. This is a dependency property.
CopyAllowedFor internal use. Use the DXRichEditBehaviorOptions.Copy property instead.
CreateNewGets or sets whether the Create New Document operation is permitted. This is a dependency property.
CreateNewAllowedFor internal use. Use the DXRichEditBehaviorOptions.CreateNew property instead.
CutSpecifies whether the Cut operation is permitted. This is a dependency property.
CutAllowedFor internal use. Use the RichEditBehaviorOptions.Cut property instead.
DefaultMaxZoomFactorIndicates the maximum default zoom factor of a RichEditControl. This is a dependency property.
DefaultMinZoomFactorIndicates the minimum default zoom factor of a RichEditControl. This is a dependency property.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
DocumentPropertiesAutoUpdateGets or sets whether the document properties should be updated automatically. This is a dependency property.
DragGets or sets whether the Drag operation is permitted. This is a dependency property.
DragAllowedFor internal use. Use the DXRichEditBehaviorOptions.Drag property instead.
DropGets or sets whether the Drop operation is permitted. This is a dependency property.
DropAllowedFor internal use. Use the DXRichEditBehaviorOptions.Drop property instead.
EastAsianTextAlignmentSpecifies whether the Distribute and Thai Distribute alignment operations are permitted.
EastAsianTextAlignmentAllowedFor internal use. Use the DXRichEditBehaviorOptions.EastAsianTextAlignment property instead.
EncryptGets or sets whether to enable document encryption.
EncryptAllowedFor internal use. Use the Encrypt option instead.
FontSourceGets or sets the default font settings of the RichEditControl. This is a dependency property.
FontSubstitutionOptionsRetrieves font substitution options. This is a dependency property.
ForeColorSourceGets or sets the RichEditControl default font color settings. This is a dependency property.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
KeepStreamInDocumentSourceSpecifies 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.
KeepTextHighlightingOnClearFormattingGets or sets whether the ClearFormattingCommand removes the text highlighting. This is a dependency property.
MaxZoomFactorGets or sets the upper limit of document zooming. This is a dependency property.
MinZoomFactorGets or sets the lower limit of document zooming. This is a dependency property.
OfficeScrollingGets or sets if the Office Scrolling feature is enabled. This is a dependency property.
OfficeScrollingAllowedFor internal use. Use the RichEditBehaviorOptions.OfficeScrolling property instead.
OpenGets or sets whether the Open Document operation is permitted. This is a dependency property.
OpenAllowedFor internal use. Use the DXRichEditBehaviorOptions.Open property instead.
OvertypeAllowedGets or sets whether the overtype feature is allowed. This is a dependency property.
PageBreakInsertModeGets or sets how the page break is inserted into a document. This is a dependency property.
PasteGets or sets whether the Paste operation is permitted. This is a dependency property.
PasteAllowedFor internal use. Use the DXRichEditBehaviorOptions.Paste property instead.
PasteLineBreakSubstitutionGets or sets the substitute character used to replace the line break in pasted HTML. This is a dependency property.
PasteSingleCellAsTextGets or sets whether to paste a cell from the Clipboard as plain text. This is a dependency property.
PrintingGets or sets whether printing operations are permitted. This is a dependency property.
PrintingAllowedFor internal use. Use the DXRichEditBehaviorOptions.Printing property instead.
RightToLeftTextDirectionSpecifies whether the right-to-left text direction is permitted.
RightToLeftTextDirectionAllowedFor internal use. Use the DXRichEditBehaviorOptions.RightToLeftTextDirection property instead.
SaveGets or sets whether the Save Document operation is permitted. This is a dependency property.
SaveAllowedFor internal use. Use the DXRichEditBehaviorOptions.SaveAs property instead.
SaveAsGets or sets whether the Save Document As… operation is permitted. This is a dependency property.
SaveAsAllowedFor internal use. Use the DXRichEditBehaviorOptions.SaveAs property instead.
ShowPageNumberToolTipGets 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.
ShowPopupMenuGets or sets whether the RichEdit popup menu can be displayed. This is a dependency property.
ShowPopupMenuAllowedFor internal use. Use the DXRichEditBehaviorOptions.ShowPopupMenu property instead.
TabMarkerGets or sets which character(s) to insert when pressing the TAB key.
TouchGets or sets whether the touch device input is analyzed. This is a dependency property.
TouchAllowedFor internal use. Use the DXRichEditBehaviorOptions.Touch property instead.
UseFontSubstitutionGets or sets whether to use a font substitution for displaying characters that are missing in the current font. This is a dependency property.
UseThemeFontsSpecifies whether to use theme fonts to retrieve default document font information. This is a dependency property.
ZoomingGets or sets whether the Zoom operation is permitted. This is a dependency property.
ZoomingAllowedFor internal use. Use the DXRichEditBehaviorOptions.Zooming instead.

See Also

DXRichEditBehaviorOptions Class

DXRichEditBehaviorOptions Members

DevExpress.Xpf.RichEdit Namespace