Uses of Class
LumiSoft.UI.Controls.WGrid.WGridTableView

Packages that use WGridTableView
LumiSoft.UI.Controls.WGrid   
 

Uses of WGridTableView in LumiSoft.UI.Controls.WGrid
 

Methods in LumiSoft.UI.Controls.WGrid that return WGridTableView
 WGridTableView WGridTableView.Clone()
          Clones grid view.
 WGridTableView[] WGridControl.getActiveViews()
          Gets active views (Main view + all open child views).
 WGridTableView WGridTableView.getDetailView()
          Gets detail view of this view.
 WGridTableView RowInfo.getDetailView()
          Gets row child view.
 WGridTableView WGridControl.getMainView()
          Gets grid main view.
 WGridTableView Columns.getView()
          Gets columns owner view.
 

Methods in LumiSoft.UI.Controls.WGrid with parameters of type WGridTableView
 void WGridTableView.setDetailView(WGridTableView value)
          Sets detail view of this view.
 void RowInfo.setDetailView(WGridTableView value)
          Sets row child view.