Back to Devexpress

RichEditControl.AuthenticationOptions Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-fd9337f9.md

latest1.3 KB
Original Source

RichEditControl.AuthenticationOptions Property

Gets or sets the identity parameters for range editing permissions. This is a dependency property.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public DXRichEditAuthenticationOptions AuthenticationOptions { get; set; }
vb
Public Property AuthenticationOptions As DXRichEditAuthenticationOptions

Property Value

TypeDescription
DXRichEditAuthenticationOptions

A DXRichEditAuthenticationOptions object that holds identity parameters.

|

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace