menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGridVisibleCellLists - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IGridVisibleCellLists

    Provides the functionality to maintain volatile data.

    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public interface IGridVisibleCellLists

    Methods

    SetVisibleColumnsList(Object, IDictionary)

    GridCellTextEventArgs Sets the visible columns list.Used internally.

    Declaration
    void SetVisibleColumnsList(object view, IDictionary list)
    Parameters
    Type Name Description
    System.Object view
    System.Collections.IDictionary list

    SetVisibleRowsList(Object, IDictionary)

    Sets the visible rows list. Used internally.

    Declaration
    void SetVisibleRowsList(object view, IDictionary list)
    Parameters
    Type Name Description
    System.Object view
    System.Collections.IDictionary list
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved