Enum GridTextOptions
Defines the options for a ResizeToFit(GridRangeInfo) method call.
The options can be combined.
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
[Flags]
public enum GridTextOptions
Fields
Name | Description |
---|---|
FormattedText | The Formatted text is considered for calculating the Cell size |
Text | The default text is considered for calculating the Cell size |