Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public DXRichEditAuthenticationOptions AuthenticationOptions { get; set; }

Property Value

Type Description
DXRichEditAuthenticationOptions

A DXRichEditAuthenticationOptions object that holds identity parameters.

See Also