Click or drag to resize

IControllerDataGrid Interface

SOWI Win DataGrid Controller interface

Namespace:  SOWIWin.Helper.Interface
Assembly:  SOWIWin.Helper (in SOWIWin.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public interface IControllerDataGrid

The IControllerDataGrid type exposes the following members.

Properties
  NameDescription
Public propertyConnectionString
Data Connection String for data access
Public propertyControllerName
Controller name
Public propertyFontSize
Gets or sets data grid font size.
Public propertyPageDataGridUI
Page data grid UI object
Public propertyUserName
User name for data access
Top
Methods
  NameDescription
Public methodCopy
Copy a data item
Public methodCopyToClipboard
Copy a data item to clipboard
Public methodInsertFromClipboard
Paste data from clipboard
Public methodLoad
Data load and fill PageDataGridUI object
Public methodSetViewBag
Method SetViewBag (can set DataGridView object)
Public methodUpdate
Method Update: insert or update data
Public methodValidate
Method: Validate: check data to validity
Top
See Also