menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextOverflowMode - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextOverflowMode

    Defines the cell content's overflow mode. The available modes are.

    • ClipTruncates the cell content when it overflows its area.
    • EllipsisDisplays ellipsis when the cell content overflows its area.
    • EllipsisWithTooltipDisplays ellipsis when the cell content overflows its area also it will display tooltip while hover on ellipsis applied cell.
    Inheritance
    System.Object
    TextOverflowMode
    Namespace: Syncfusion.Blazor.MultiColumnComboBox
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class TextOverflowMode : Enum

    Fields

    Clip

    Truncates the cell content when it overflows its area.

    Declaration
    public const TextOverflowMode Clip
    Field Value
    Type
    TextOverflowMode

    Ellipsis

    Displays ellipsis when the cell content overflows its area.

    Declaration
    public const TextOverflowMode Ellipsis
    Field Value
    Type
    TextOverflowMode

    EllipsisWithTooltip

    Displays ellipsis when the cell content overflows its area

    Declaration
    public const TextOverflowMode EllipsisWithTooltip
    Field Value
    Type
    TextOverflowMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved