Shows the LolEditor dialog
            
        
        Namespace: QsUIAssembly: QsUI (in QsUI.dll) Versione: 25.3.0.0 (25.3.0.0)
 Sintassi
Sintassipublic static Object ShowLolEditor(
	Object datasource,
	string title,
	int checkbox,
	List<string> hiddencolumns,
	List<ColumnOptions> options
)
Public Shared Function ShowLolEditor ( 
	datasource As Object,
	title As String,
	checkbox As Integer,
	hiddencolumns As List(Of String),
	options As List(Of ColumnOptions)
) As Object
public:
static Object^ ShowLolEditor(
	Object^ datasource, 
	String^ title, 
	int checkbox, 
	List<String^>^ hiddencolumns, 
	List<ColumnOptions^>^ options
)
static member ShowLolEditor : 
        datasource : Object * 
        title : string * 
        checkbox : int * 
        hiddencolumns : List<string> * 
        options : List<ColumnOptions> -> Object 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
ObjectAn object that contains the selected row(s)
 Vedi anche
Vedi anche