Skip to main content

RichEditBehaviorOptions.SaveAsAllowed Property

Gets whether the Save As... operation is allowed.

Namespace: DevExpress.XtraRichEdit

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

Declaration

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

Property Value

Type Description
Boolean

true if an operation is allowed; otherwise, false.

Property Paths

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

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

Remarks

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

Use the RichEditBehaviorOptions.SaveAs property instead.

See Also