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 focus to the next control in the tab order. |
Copy | Specifies whether or not the Copy operation is permitted. |
CreateNew | Specifies whether or not the Create New Document operation is permitted. |
Cut | Specifies whether or not the Cut operation is permitted. |
DefaultMaxZoomFactor | Indicates the maximum default zoom factor. Inherited from RichEditBehaviorOptions. |
DefaultMinZoomFactor | Indicates the minimum default zoom factor. Inherited from RichEditBehaviorOptions. |
Download | Specifies whether or not the Download operation is permitted. |
Drag | Specifies whether or not the Drag operation is permitted. |
Drop | Specifies whether or not the Drop operation is permitted. |
FullScreen | Specifies whether or not the Full Screen operation is permitted. |
Open | Specifies whether or not the Open Document operation is permitted. |
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. |
Printing | Specifies whether or not the printing operations are permitted. |
RaiseClientEventsOnModificationsViaAPI | Gets or sets whether to raise client-side events when a document (or its selection) are changed via the client API. |
Save | Specifies whether or not the Save Document operation is permitted. |
SaveAs | Specifies whether or not the Save Document As… operation is permitted. |
TabMarker | Specifies which character(s) to insert when pressing the TAB key. |
See Also