menu

Blazor

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

    Show / Hide Table of Contents

    Class ColumnQueryModeType

    ColumnQueryMode provides options to retrive data from the datasource.

    • AllIt retrives whole data source
    • SchemaRetrives data for all the defined columns in grid from the data source.
    • ExcludeHiddenRetrives data only for visible columns of grid from the data source.
    Inheritance
    System.Object
    ColumnQueryModeType
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ColumnQueryModeType : Enum

    Fields

    All

    Specifies that all columns should be queried from data source.

    Declaration
    public const ColumnQueryModeType All
    Field Value
    Type
    ColumnQueryModeType

    ExcludeHidden

    Specifies that exclude hidden columns specified in the GridColumns should be queried from data source.

    Declaration
    public const ColumnQueryModeType ExcludeHidden
    Field Value
    Type
    ColumnQueryModeType

    Schema

    Specifies that only columns specified in the GridColumns component should be queried from data source.

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