Skip to main content
A newer version of this page is available. .

ASPxRichEditBehaviorSettings Properties

Specifies the restricted operations that cannot be performed by end-users over the RichEdit’s document.
Name Description
AcceptsTab Gets or sets a value indicating whether pressing the TAB key types a TAB character instead of moving the focus to the next control in the tab order.
Copy Specifies whether or not the Copy operation is permitted.
CopyAllowed For internal use. Use the RichEditBehaviorOptions.Copy property instead. Inherited from RichEditBehaviorOptions.
CreateNew Specifies whether or not the Create New Document operation is permitted.
CreateNewAllowed For internal use. Use the RichEditBehaviorOptions.CreateNew property instead. Inherited from RichEditBehaviorOptions.
Cut Specifies whether or not the Cut operation is permitted.
CutAllowed For internal use. Use the RichEditBehaviorOptions.Cut property instead. Inherited from RichEditBehaviorOptions.
DefaultMaxZoomFactor Indicates the maximum default zoom factor. Inherited from RichEditBehaviorOptions.
DefaultMinZoomFactor Indicates the minimum default zoom factor. Inherited from RichEditBehaviorOptions.
DocumentPropertiesAutoUpdate This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
Download Specifies whether or not the Download operation is permitted.
Drag Specifies whether or not the Drag operation is permitted.
DragAllowed For internal use. Use the RichEditBehaviorOptions.Drag property instead. Inherited from RichEditBehaviorOptions.
Drop Specifies whether or not the Drop operation is permitted.
DropAllowed For internal use. Use the RichEditBehaviorOptions.Drop property instead. Inherited from RichEditBehaviorOptions.
FontSource This property is not currently in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
ForeColorSource This property is not currently in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
FullScreen Specifies whether or not the Full Screen operation is permitted.
KeepTextHighlightingOnClearFormatting Gets or sets whether the clear formatting command (RichEditCommands.clearFormatting) removes text highlighting.
MaxZoomFactor This property is not currently in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
MinZoomFactor This property is not currently in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
OfficeScrolling This property is not currently in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
OfficeScrollingAllowed For internal use. Use the RichEditBehaviorOptions.OfficeScrolling property instead. Inherited from RichEditBehaviorOptions.
Open Specifies whether or not the Open Document operation is permitted.
OpenAllowed For internal use. Use the RichEditBehaviorOptions.Open property instead. Inherited from RichEditBehaviorOptions.
OvertypeAllowed This property is not currently in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
PageBreakInsertMode Gets or sets whether a page break is inserted next to the specified position or in the new line.
Paste Specifies whether or not the Paste operation is permitted.
PasteAllowed For internal use. Use the RichEditBehaviorOptions.Paste property instead. Inherited from RichEditBehaviorOptions.
PasteLineBreakSubstitution This property is not currently in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
PasteSingleCellAsText This property is not currently in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
Printing Specifies whether or not the printing operations are permitted.
PrintingAllowed For internal use. Use the RichEditBehaviorOptions.Printing property instead. Inherited from RichEditBehaviorOptions.
RaiseClientEventsOnModificationsViaAPI Gets or sets whether to raise client-side events when a document (or its selection) are changed via the client API.
RightToLeftTextDirection For internal use.
RightToLeftTextDirectionAllowed For internal use. Use the RichEditBehaviorOptions.RightToLeftTextDirection property instead. Inherited from RichEditBehaviorOptions.
Save Specifies whether or not the Save Document operation is permitted.
SaveAllowed For internal use. Use the RichEditBehaviorOptions.Save property instead. Inherited from RichEditBehaviorOptions.
SaveAs Specifies whether or not the Save Document As… operation is permitted.
SaveAsAllowed For internal use. Use the RichEditBehaviorOptions.SaveAs property instead. Inherited from RichEditBehaviorOptions.
ShowPopupMenu This property is not currently in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
ShowPopupMenuAllowed For internal use. Use the RichEditBehaviorOptions.ShowPopupMenu property instead. Inherited from RichEditBehaviorOptions.
TabMarker Specifies which character(s) to insert when pressing the TAB key.
Touch This property is not currently in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
TouchAllowed For internal use. Use the RichEditBehaviorOptions.Touch property instead. Inherited from RichEditBehaviorOptions.
UseFontSubstitution This property is not currently in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
Zooming This property is not currently in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
ZoomingAllowed For internal use. Use the RichEditBehaviorOptions.Zooming property instead. Inherited from RichEditBehaviorOptions.
See Also