Skip to main content

DXRichEditAuthenticationOptions Class

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

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: DevExpress.Wpf.RichEdit

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>

Inheritance

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