Skip to main content
A newer version of this page is available. .

DXRichEditAuthenticationOptions Class

Holds a set of credentials used to verify editable ranges in a protected document.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v19.2.dll

Declaration

public class DXRichEditAuthenticationOptions :
    DXRichEditOptionsBase<AuthenticationOptions>

The following members return DXRichEditAuthenticationOptions objects:

Remarks

The DXRichEditAuthenticationOptions instance is returned by the RichEditControl.AuthenticationOptions property.

<dxre:RichEditControl.AuthenticationOptions>
    <dxre:DXRichEditAuthenticationOptions UserName="Nancy Skywalker"
                                          Group="Skywalkers"/>
</dxre:RichEditControl.AuthenticationOptions>

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DXRichEditAuthenticationOptions class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
DispatcherObject
DependencyObject
Freezable
DevExpress.Xpf.RichEdit.DXRichEditOptionsBase<AuthenticationOptions>
DXRichEditAuthenticationOptions
See Also