Class GridRowSizingOptions
Represents a class that contains the options for row sizing in a SfDataGrid control.
Inheritance
System.Object
    GridRowSizingOptions
  Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public class GridRowSizingOptions : Object
  Constructors
GridRowSizingOptions()
Initializes a new instance of the GridRowSizingOptions class.
Declaration
public GridRowSizingOptions()
  Properties
CanIncludeHiddenColumns
Gets or sets a value indicating whether the hidden columns can be included.
Declaration
public bool CanIncludeHiddenColumns { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | A boolean value denoting whether the hidden columns can be included.  | 
      
ExcludeColumns
Gets or sets the list of columns that can be excluded.
Declaration
public List<string> ExcludeColumns { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<System.String> | The list of columns that can be excluded.  |