Back to Devexpress

DXRichEditAuthenticationOptions Class

wpf-devexpress-dot-xpf-dot-richedit-12e81aae.md

latest2.2 KB
Original Source

DXRichEditAuthenticationOptions Class

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

Declaration

csharp
public class DXRichEditAuthenticationOptions :
    DXRichEditOptionsBase<AuthenticationOptions>
vb
Public Class DXRichEditAuthenticationOptions
    Inherits DXRichEditOptionsBase(Of AuthenticationOptions)

The following members return DXRichEditAuthenticationOptions objects:

Remarks

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

xaml
<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

DXRichEditAuthenticationOptions Members

DevExpress.Xpf.RichEdit Namespace