ASPxRichEditBehaviorSettings Class
Specifies the restricted operations that cannot be performed by end-users over the RichEdit’s document.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.1.dll
NuGet Package: DevExpress.Web.Office
Declaration
public class ASPxRichEditBehaviorSettings :
RichEditBehaviorOptions,
ISettingsWithExternalStateManager,
IRichEditBehaviorOptions
Related API Members
The following members return ASPxRichEditBehaviorSettings objects:
Remarks
A ASPxRichEditBehaviorSettings
instance is returned by the ASPxRichEditSettings.Behavior property.
Implements
Inheritance
Object
ViewStatePersisterCore
BaseOptions
RichEditNotificationOptions
RichEditBehaviorOptions
ASPxRichEditBehaviorSettings
See Also