Back to Devexpress

DXRichEditAuthenticationOptions.Group Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxricheditauthenticationoptions.md

latest1.6 KB
Original Source

DXRichEditAuthenticationOptions.Group Property

Gets or sets user group name used to identify a user if document protection is enabled. This is a dependency property.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public string Group { get; set; }
vb
Public Property Group As String

Property Value

TypeDescription
String

A string containing a user group name.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Group
RichEditControl

.AuthenticationOptions .Group

|

Remarks

Information provided by the Group property is used to allow a current user to edit the ranges with permissions in a protected document.

See Also

DXRichEditAuthenticationOptions Class

DXRichEditAuthenticationOptions Members

DevExpress.Xpf.RichEdit Namespace