menu

Class GridSwitchColumn - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridSwitchColumn

    Represents a SfDataGrid column that hosts Android.Widget.CheckBox in its cells.

    Inheritance
    System.Object
    GridColumn
    GridSwitchColumn
    Implements
    System.IDisposable
    Inherited Members
    GridColumn.ActualWidth
    GridColumn.AllowEditing
    GridColumn.AllowSorting
    GridColumn.CanEditCell()
    GridColumn.CellTextSize
    GridColumn.CellType
    GridColumn.ColumnSizer
    GridColumn.CultureInfo
    GridColumn.Dispose()
    GridColumn.Dispose(Boolean)
    GridColumn.Format
    GridColumn.GetFormattedValue(Object)
    GridColumn.GroupMode
    GridColumn.HeaderCellTextSize
    GridColumn.HeaderFont
    GridColumn.HeaderTemplate
    GridColumn.HeaderText
    GridColumn.HeaderTextAlignment
    GridColumn.HeaderTextMargin
    GridColumn.IsHidden
    GridColumn.LineBreakMode
    GridColumn.LoadUIView
    GridColumn.MappingName
    GridColumn.MaximumWidth
    GridColumn.MinimumWidth
    GridColumn.RecordFont
    GridColumn.SetGrid(SfDataGrid)
    GridColumn.SortMode
    GridColumn.TextAlignment
    GridColumn.TextMargin
    GridColumn.UserCellType
    GridColumn.Width
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.Android.dll
    Syntax
    public class GridSwitchColumn : GridColumn, IDisposable
    Remarks

    Use GridSwitchColumn to display columns of System.Boolean data as a Android.Widget.CheckBox.

    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 Android.Widget.CheckBox view created in the column.

    Constructors

    GridSwitchColumn()

    Initializes a new instance of the GridSwitchColumn class.

    Declaration
    public GridSwitchColumn()

    Implements

    System.IDisposable

    See Also

    https://help.syncfusion.com/xamarin-android/sfdatagrid/column-types#gridswitchcolumn
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved