alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class DisplayElementKind

    Defines the constants that specifies various kinds of elements.

    Inheritance
    System.Object
    DisplayElementKind
    Namespace: Syncfusion.Grouping
    Assembly: Syncfusion.Grouping.Base.dll
    Syntax
    public sealed class DisplayElementKind : Enum

    Fields

    AddNewRecord

    Represents an AddNew record.

    Declaration
    public const DisplayElementKind AddNewRecord
    Field Value
    Type
    DisplayElementKind

    Caption

    Represents a Caption bar or section.

    Declaration
    public const DisplayElementKind Caption
    Field Value
    Type
    DisplayElementKind

    ColumnHeader

    Represents a Column header row or section.

    Declaration
    public const DisplayElementKind ColumnHeader
    Field Value
    Type
    DisplayElementKind

    Empty

    Represents an Empty section.

    Declaration
    public const DisplayElementKind Empty
    Field Value
    Type
    DisplayElementKind

    FilterBar

    Represents a Filter bar.

    Declaration
    public const DisplayElementKind FilterBar
    Field Value
    Type
    DisplayElementKind

    GroupFooter

    Represents a Group footer section.

    Declaration
    public const DisplayElementKind GroupFooter
    Field Value
    Type
    DisplayElementKind

    GroupHeader

    Represents a Group header section.

    Declaration
    public const DisplayElementKind GroupHeader
    Field Value
    Type
    DisplayElementKind

    GroupPreview

    Represents a Group preview row.

    Declaration
    public const DisplayElementKind GroupPreview
    Field Value
    Type
    DisplayElementKind

    NestedTable

    Represents a Nested table.

    Declaration
    public const DisplayElementKind NestedTable
    Field Value
    Type
    DisplayElementKind

    None

    Represents None.

    Declaration
    public const DisplayElementKind None
    Field Value
    Type
    DisplayElementKind

    Record

    Represents a Record or Record Row.

    Declaration
    public const DisplayElementKind Record
    Field Value
    Type
    DisplayElementKind

    RecordPreview

    Represents a Record preview row.

    Declaration
    public const DisplayElementKind RecordPreview
    Field Value
    Type
    DisplayElementKind

    StackedHeader

    Represents a stacked header row or section.

    Declaration
    public const DisplayElementKind StackedHeader
    Field Value
    Type
    DisplayElementKind

    Summary

    Represents a Summary row or section.

    Declaration
    public const DisplayElementKind Summary
    Field Value
    Type
    DisplayElementKind

    Table

    Represents a Table element.

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