Back to Devexpress

ASPxRichEditBehaviorSettings Class

aspnet-devexpress-dot-web-dot-aspxrichedit-48d846f3.md

latest2.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Office

Declaration

csharp
public class ASPxRichEditBehaviorSettings :
    RichEditBehaviorOptions,
    ISettingsWithExternalStateManager,
    IRichEditBehaviorOptions
vb
Public Class ASPxRichEditBehaviorSettings
    Inherits RichEditBehaviorOptions
    Implements ISettingsWithExternalStateManager,
               IRichEditBehaviorOptions

The following members return ASPxRichEditBehaviorSettings objects:

Remarks

A ASPxRichEditBehaviorSettings instance is returned by the ASPxRichEditSettings.Behavior property.

Implements

INotifyPropertyChanged

Inheritance

Object ViewStatePersisterCore BaseOptions RichEditNotificationOptions RichEditBehaviorOptions ASPxRichEditBehaviorSettings

See Also

ASPxRichEditBehaviorSettings Members

DevExpress.Web.ASPxRichEdit Namespace