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 |