alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ColumnChooserFooterTemplateContext

    Defines members of the ColumnChooser FooterTemplate context.

    Inheritance
    object
    ColumnChooserFooterTemplateContext
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ColumnChooserFooterTemplateContext

    Constructors

    ColumnChooserFooterTemplateContext()

    Declaration
    public ColumnChooserFooterTemplateContext()

    Properties

    CancelAsync

    Gets a function that cancels the column chooser operation and closes the dialog.

    Declaration
    public Func<Task> CancelAsync { get; }
    Property Value
    Type Description
    Func<Task>

    A Func<TResult> that returns a Task representing the async operation.

    Columns

    Gets the list of columns from the data source.

    Declaration
    public List<GridColumn> Columns { get; }
    Property Value
    Type Description
    List<GridColumn>

    A List<T> of GridColumn objects representing the columns in the data source.

    Remarks

    This property returns a list of columns used by the data source. If no search criteria have been applied, the list will include all columns in the data source. If search criteria have been applied, only columns that match the criteria will be returned.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved