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 | Description |
---|---|
LineBreakMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
WordWrap
Specifies that long text should wrap.
Declaration
public const LineBreakMode WordWrap
Field Value
Type | Description |
---|---|
LineBreakMode |