Posted 15 October 2023, 6:38 am EST
Hi.I’m learning about C1flexGrid.
I want advices about ColumnInfo property.
//Form.cs
MainForm.ColumnInfo = resources.GetString("MainForm.ColumnInfo");
//Form.resx
<data name="MainForm.ColumnInfo" xml:space="preserve">
<value>4,1,0,0,0,-1,Columns:0{Style:"Font:Microsoft Sans Serif, 7.8pt;";} 1{Width:25;Name:"Id";Caption:"Id";AllowEditing:False;} 2{Width:51;Name:"Name";Caption:"Name";AllowEditing:False;} 3{Name:"Department";Caption:"Department";} </value>
</data>
I tried my best to understand them though,I didn’t understand what the code in Form.resx means,especially the part of “4,1,0,0,0,-1”. Can you give me some explanations about it?