wpf-devexpress-dot-xpf-dot-richedit-12e81aae.md
Holds a set of credentials used to verify editable ranges in a protected document.
Namespace : DevExpress.Xpf.RichEdit
Assembly : DevExpress.Xpf.RichEdit.v25.2.dll
NuGet Package : DevExpress.Wpf.RichEdit
public class DXRichEditAuthenticationOptions :
DXRichEditOptionsBase<AuthenticationOptions>
Public Class DXRichEditAuthenticationOptions
Inherits DXRichEditOptionsBase(Of AuthenticationOptions)
The following members return DXRichEditAuthenticationOptions objects:
The DXRichEditAuthenticationOptions instance is returned by the RichEditControl.AuthenticationOptions property.
<dxre:RichEditControl.AuthenticationOptions>
<dxre:DXRichEditAuthenticationOptions UserName="Nancy Skywalker"
Group="Skywalkers"/>
</dxre:RichEditControl.AuthenticationOptions>
Object DispatcherObject DependencyObject Freezable DevExpress.Xpf.RichEdit.DXRichEditOptionsBase<AuthenticationOptions> DXRichEditAuthenticationOptions
See Also