menu

Blazor

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

    Show / Hide Table of Contents

    Class ColumnVisibilityChangedEventArgs

    Provides information about the ColumnVisibilityChanged event.

    Inheritance
    System.Object
    GridEventBaseArgs
    ColumnVisibilityChangedEventArgs
    ColumnVisibilityChangingEventArgs
    Inherited Members
    GridEventBaseArgs.PreventRender
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ColumnVisibilityChangedEventArgs : GridEventBaseArgs

    Constructors

    ColumnVisibilityChangedEventArgs()

    Declaration
    public ColumnVisibilityChangedEventArgs()

    Properties

    HiddenColumns

    Gets the list of hidden GridColumn which is selected in column chooser.

    Declaration
    public List<GridColumn> HiddenColumns { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<GridColumn>

    A list of columns that represents the hidden columns using the column chooser.

    VisibleColumns

    Gets the list of visible columns in the column chooser.

    Declaration
    public List<GridColumn> VisibleColumns { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<GridColumn>

    A list of GridColumn that represents the visible columns in the grid, By default the value is null.

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