alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ColumnType

    Defines the constants that specifies the types of the columns.

    Inheritance
    System.Object
    ColumnType
    Namespace: Syncfusion.WinForms.DataGrid.Enums
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public sealed class ColumnType : Enum

    Fields

    DataColumn

    Specifies the DataColumn that is used to display the column.

    Declaration
    public const ColumnType DataColumn
    Field Value
    Type
    ColumnType

    DetailsViewCell

    Specifies the cell that is used to display the DetailsView.

    Declaration
    public const ColumnType DetailsViewCell
    Field Value
    Type
    ColumnType

    ExpanderColumn

    Specifies the column that is used to expand the DetailsViews.

    Declaration
    public const ColumnType ExpanderColumn
    Field Value
    Type
    ColumnType

    IndentColumn

    Specifies the IndentColumn that is used to display the indent column.

    Declaration
    public const ColumnType IndentColumn
    Field Value
    Type
    ColumnType

    RowHeader

    Specifies the RowHeader that is used to indicate the status of row.

    Declaration
    public const ColumnType RowHeader
    Field Value
    Type
    ColumnType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved