Class GridQueryBounds
Defines constant that specify whether the column width or height need to be calculated based on the cell content.
Inheritance
System.Object
GridQueryBounds
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.Android.dll
Syntax
public sealed class GridQueryBounds : Enum
Fields
Height
Specifies that the column height has be calculated based on cell content.
Declaration
public const GridQueryBounds Height
Field Value
Type | Description |
---|---|
GridQueryBounds |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
Width
Specifies that the column width has to be calculated based on cell content.
Declaration
public const GridQueryBounds Width
Field Value
Type | Description |
---|---|
GridQueryBounds |