menu

Blazor

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

    Show / Hide Table of Contents

    Class ColumnVisibilityChangingEventArgs

    Provides information about the ColumnVisibilityChanging event.

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

    Constructors

    ColumnVisibilityChangingEventArgs()

    Declaration
    public ColumnVisibilityChangingEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether to cancel a column visibility change in the grid.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false. If the Cancel property is set to true, the column visibility change will be Canceled in the grid.

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