Skip to main content
All docs
V26.1
  • AuthenticationSettingsBuilder.Group(String) Method

    Sets the name of the user group with editing permission.

    Namespace: DevExpress.AspNetCore.RichEdit

    Assembly: DevExpress.AspNetCore.RichEdit.v26.1.dll

    Declaration

    public AuthenticationSettingsBuilder Group(
        string value
    )

    Parameters

    Name Type Description
    value String

    The user group name.

    Returns

    Type Description
    AuthenticationSettingsBuilder

    A builder for credential settings.

    See Also