Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ServerActionSettingsModel

    Show / Hide Table of Contents

    Class ServerActionSettingsModel

    Interface for a class ServerActionSettings.

    Inheritance
    System.Object
    ServerActionSettingsModel
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.DocumentEditor.dll
    Syntax
    public class ServerActionSettingsModel : Object

    Constructors

    ServerActionSettingsModel()

    Declaration
    public ServerActionSettingsModel()

    Properties

    RestrictEditing

    Specifies the restrict editing encryption/decryption action of Document Editor.

    Declaration
    public string RestrictEditing { get; set; }
    Property Value
    Type Description
    System.String

    SpellCheck

    Specifies the spell check action of Document Editor.

    Declaration
    public string SpellCheck { get; set; }
    Property Value
    Type Description
    System.String

    SystemClipboard

    Specifies the system clipboard action of Document Editor.

    Declaration
    public string SystemClipboard { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    Equals(ServerActionSettingsModel)

    Indicates whether the current object is equal to another object of the same type.

    Declaration
    public bool Equals(ServerActionSettingsModel serverActionSettingsModel)
    Parameters
    Type Name Description
    ServerActionSettingsModel serverActionSettingsModel

    An ServerActionSettingsModel to compare.

    Returns
    Type Description
    System.Boolean

    true if the current object is equal to the other parameter; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved