menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class IndentColumnType - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class IndentColumnType

    Defines the constants that specify the type of IndentColumn in SfDataGrid.

    Inheritance
    System.Object
    IndentColumnType
    Namespace: Syncfusion.UI.Xaml.DataGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public sealed class IndentColumnType : Enum

    Fields

    AfterExpander

    Specifies that indent cell will be placed after expander.

    Declaration
    public const IndentColumnType AfterExpander
    Field Value
    Type
    IndentColumnType

    BeforeExpander

    Specifies that indent cell will be placed before expander.

    Declaration
    public const IndentColumnType BeforeExpander
    Field Value
    Type
    IndentColumnType

    InAddNewRow

    Specifies that indent cell will be placed before the AddNewRow.

    Declaration
    public const IndentColumnType InAddNewRow
    Field Value
    Type
    IndentColumnType

    InDataRow

    Specifies that indent cell will be placed before the data row.

    Declaration
    public const IndentColumnType InDataRow
    Field Value
    Type
    IndentColumnType

    InExpanderCollapsed

    Specifies that indent cell will be placed on the group collapsed button.

    Declaration
    public const IndentColumnType InExpanderCollapsed
    Field Value
    Type
    IndentColumnType

    InExpanderExpanded

    Specifies that indent cell will be placed on the group expander.

    Declaration
    public const IndentColumnType InExpanderExpanded
    Field Value
    Type
    IndentColumnType

    InFilterRow

    Specifies that indent cell will be placed before the FilterRow.

    Declaration
    public const IndentColumnType InFilterRow
    Field Value
    Type
    IndentColumnType

    InLastGroupRow

    Specifies that indent cell will be placed on the last group row.

    Declaration
    public const IndentColumnType InLastGroupRow
    Field Value
    Type
    IndentColumnType

    InSummaryRow

    Specifies that indent cell will be placed before the summary row.

    Declaration
    public const IndentColumnType InSummaryRow
    Field Value
    Type
    IndentColumnType

    InTableSummaryRow

    Specifies that indent cell will be placed before the table summary row.

    Declaration
    public const IndentColumnType InTableSummaryRow
    Field Value
    Type
    IndentColumnType

    InUnboundRow

    Specifies that indent cell will be placed before the Unbound Row.

    Declaration
    public const IndentColumnType InUnboundRow
    Field Value
    Type
    IndentColumnType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved