Class IgrColumnVisibilityChangingEventArgs Hierarchy Hierarchy IgrColumnVisibilityChangingEventArgs Accessors detail get detail( ) : IgrColumnVisibilityChangingEventArgsDetail Defined in dist/igniteui-react-grids/lib/igr-column-visibility-changing-event-args.d.ts:22 set detail( v ) : void Defined in dist/igniteui-react-grids/lib/igr-column-visibility-changing-event-args.d.ts:23 Parameters Returns void native Element get nativeElement( ) : HTMLElement Defined in dist/igniteui-react-grids/lib/igr-column-visibility-changing-event-args.d.ts:13 Returns HTMLElement Legend Module Object literal Variable Function Function with type parameter Index signature Type alias Type alias with type parameter Enumeration Enumeration member Property Method Interface Interface with type parameter Constructor Property Method Index signature Class Class with type parameter Constructor Property Method Accessor Index signature Inherited constructor Inherited property Inherited method Inherited accessor Protected property Protected method Protected accessor Private property Private method Private accessor Static property Static method
The event arguments when a column's visibility is changed. The event is cancelable It contains information about the column and the it's visibility after the operation (will be
true
when hiding andfalse
when showing)