Skip to main content

RichEditBehaviorOptions.SaveAllowed Property

Gets whether the Save Document operation is allowed.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v14.2.Core.dll

Declaration

[Browsable(false)]
public bool SaveAllowed { get; }
<Browsable(False)>
Public ReadOnly Property SaveAllowed As Boolean

Property Value

Type Description
Boolean

true if an operation is allowed; otherwise, false.

Property Paths

You can access the RichEditBehaviorOptions.SaveAllowed property from the following objects:

Object Type Path to SaveAllowed
RichEditControl
.Options.Behavior.SaveAllowed
RichEditControlOptions
.Behavior.SaveAllowed
RichEditControlOptionsBase
.Behavior.SaveAllowed

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

Use the RichEditBehaviorOptions.Save property instead.

See Also