Click or drag to resize
Accord.NET (logo)

DataGridBoxShow Method

Overload List
  NameDescription
Public methodShow
Displays the control to the user.
(Inherited from Control.)
Public methodShow(IWin32Window)
Shows the form with the specified owner to the user.
(Inherited from Form.)
Public methodStatic memberShow(DataTable)
Displays a Data Grid View with the specified data.
Public methodStatic memberShow(Object, String)
Displays a Data Grid View with the specified data.
Public methodStatic memberShow(Array, String, Object, Object)
Displays a Data Grid View with the specified data.
Top
See Also