Class LineBreakMode
Defines the constants for text wrapping in SfDataGrid.
Inheritance
System.Object
    LineBreakMode
  Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.Android.dll
Syntax
public sealed class LineBreakMode : Enum
  Fields
NoWrap
Specifies that long text should not wrap.
Declaration
public const LineBreakMode NoWrap
  Field Value
| Type | 
|---|
| LineBreakMode | 
WordWrap
Specifies that long text should wrap.
Declaration
public const LineBreakMode WordWrap
  Field Value
| Type | 
|---|
| LineBreakMode |