alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ServerActionSettingsModel

    Interface for a class ServerActionSettings.

    Inheritance
    object
    ServerActionSettingsModel
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.DocumentEditor.dll
    Syntax
    public class ServerActionSettingsModel

    Constructors

    ServerActionSettingsModel()

    Declaration
    public ServerActionSettingsModel()

    Properties

    RestrictEditing

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

    Declaration
    [JsonPropertyName("restrictEditing")]
    public string RestrictEditing { get; set; }
    Property Value
    Type
    string

    SpellCheck

    Specifies the spell check action of Document Editor.

    Declaration
    [JsonPropertyName("spellCheck")]
    public string SpellCheck { get; set; }
    Property Value
    Type
    string

    SpellCheckByPage

    Specifies the spell check by page action of Document Editor.

    Declaration
    [JsonPropertyName("spellCheckByPage")]
    public string SpellCheckByPage { get; set; }
    Property Value
    Type
    string

    SystemClipboard

    Specifies the system clipboard action of Document Editor.

    Declaration
    [JsonPropertyName("systemClipboard")]
    public string SystemClipboard { get; set; }
    Property Value
    Type
    string
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved