Class GridTextOptions
Defines the options for a ResizeToFit(GridRangeInfo) method call.
The options can be combined.
Inheritance
System.Object
GridTextOptions
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public sealed class GridTextOptions : Enum
Fields
FormattedText
The Formatted text is considered for calculating the Cell size
Declaration
public const GridTextOptions FormattedText
Field Value
| Type |
|---|
| GridTextOptions |
Text
The default text is considered for calculating the Cell size
Declaration
public const GridTextOptions Text
Field Value
| Type |
|---|
| GridTextOptions |