Class GridSwitchColumn
Represents a SfDataGrid column that hosts UIKit.UISwitch in its cells.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public class GridSwitchColumn : GridColumn, IDisposable
Remarks
Use GridSwitchColumn to display columns of System.Boolean data as a UIKit.UISwitch.
To create a column, add it to the Columns collection. To populate the column, assign the column to the System.Boolean data by using the MappingName property. The System.Boolean value is applied to each and every the UIKit.UISwitch view created in the column.
Constructors
GridSwitchColumn()
Initializes a new instance of the GridSwitchColumn class.
Declaration
public GridSwitchColumn()
Implements
System.IDisposable