開窗選單元件。
屬性
名稱 |
類型 |
説明 |
|||||||||||||||
Columns |
collection |
顯示grid中的欄位,在不設定的情況下Grid顯示出DisplayMember和ValueMember中設定的欄位 |
|||||||||||||||
ColumnMatches |
collection |
用於設定自動匹配欄位
|
|||||||||||||||
RemoteName |
string |
元件連接的資料源 |
|||||||||||||||
DataMember |
string |
連接的Server端具體的InfoCommand ID |
|||||||||||||||
DisplayMember |
string |
顯示資料欄位 |
|||||||||||||||
DsiplayMemberCaption |
string |
在columns沒有設定的情況下,用於作爲顯示的Grid中的保存顯示資料欄位的標題 |
|||||||||||||||
ValueMember |
string |
保存資料值欄位 |
|||||||||||||||
ValueMemberCaption |
string |
在columns沒有設定的情況下,用於作爲顯示的Grid中的保存資料欄位的標題 |
|||||||||||||||
OnSelect |
string |
資料選中時,可執行的js方法,輸入值為方法名稱 |
|||||||||||||||
DialogWidth |
int |
顯示Grid的Dialog的寬度 |
|||||||||||||||
DialogTitle |
string |
顯示grid的Dialog的標題 |