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 |