DXRichEditAuthenticationOptions Class
Holds a set of credentials used to verify editable ranges in a protected document.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
public class DXRichEditAuthenticationOptions :
DXRichEditOptionsBase<AuthenticationOptions>
Related API Members
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