Blazor

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

    Show / Hide Table of Contents

    Class ActionOnScroll

    Specifies how to display quick toolbar when scrolling the target-parent container.

    Inheritance
    System.Object
    ActionOnScroll
    Namespace: Syncfusion.Blazor.RichTextEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ActionOnScroll : Enum

    Fields

    Hide

    Hide the quick toolbar when scrolling the page or editor content.

    Declaration
    public const ActionOnScroll Hide
    Field Value
    Type Description
    ActionOnScroll

    None

    Retain the quick toolbar when scrolling the page or editor content.

    Declaration
    public const ActionOnScroll None
    Field Value
    Type Description
    ActionOnScroll

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved