Sort by document number
This commit is contained in:
parent
edcdf770b7
commit
88f844d516
1
MultiTool.Form/frmExportMain.Designer.vb
generated
1
MultiTool.Form/frmExportMain.Designer.vb
generated
@ -264,6 +264,7 @@ Partial Class frmExportMain
|
||||
Me.GridViewDocuments.OptionsSelection.CheckBoxSelectorField = "IsSelected"
|
||||
Me.GridViewDocuments.OptionsSelection.MultiSelect = True
|
||||
Me.GridViewDocuments.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect
|
||||
Me.GridViewDocuments.SortInfo.AddRange(New DevExpress.XtraGrid.Columns.GridColumnSortInfo() {New DevExpress.XtraGrid.Columns.GridColumnSortInfo(Me.colNumber, DevExpress.Data.ColumnSortOrder.Descending)})
|
||||
'
|
||||
'colImported
|
||||
'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user