menu

Blazor

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

    Show / Hide Table of Contents

    Class TextWrapElement

    Defines the element where text wrapping is applied.

    • BothDefault. Wraps both header and content.
    • HeaderWraps header alone.
    • ContentWraps content alone.
    Inheritance
    System.Object
    TextWrapElement
    Namespace: Syncfusion.Blazor.MultiColumnComboBox
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class TextWrapElement : Enum

    Fields

    Both

    Default. Wraps both header and content.

    Declaration
    public const TextWrapElement Both
    Field Value
    Type
    TextWrapElement

    Content

    Wraps content alone.

    Declaration
    public const TextWrapElement Content
    Field Value
    Type
    TextWrapElement

    Header

    Wraps header alone.

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