Click or drag to resize

Metodo QsUIShowLolEditor

Shows the LolEditor dialog

Namespace: QsUI
Assembly: QsUI (in QsUI.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassi
public static Object ShowLolEditor(
	Object datasource,
	string title,
	int checkbox,
	List<string> hiddencolumns,
	List<ColumnOptions> options
)

Parametri

datasource  Object
The data that composes the grid
title  String
 
checkbox  Int32
Flag used to decide whether you want to show a Checkbox column
hiddencolumns  ListString
The list of hidden columns
options  ListColumnOptions
A list of options for columns

Valore di ritorno

Object
An object that contains the selected row(s)
Vedi anche