Objective Grid for Microsoft® .NET® Reference Guide

StoreHideColEventArgs Constructor 

Back to Class Index

Constructor.     

[Visual Basic]
Public Sub New( _
   ByVal col As Integer, _
   ByVal hide As Boolean _
)
[C#]
public StoreHideColEventArgs(
   int col,
   bool hide
);

Parameters

col
The column to hide or show
hide
True to hide the column; false to show it

Remarks

    

    

    

See Also

StoreHideColEventArgs Class | StoreHideColEventArgs Members | Stingray.Grid Namespace