MS Sort Order
This commit is contained in:
parent
e14b496773
commit
051ee6421e
@ -213,6 +213,7 @@ Public Class frmNodeNavigation
|
||||
TreeListDevexpress.DataSource = DT_STRUCTURE_NODES
|
||||
TreeListDevexpress.KeyFieldName = "GUID"
|
||||
TreeListDevexpress.ParentFieldName = "PARENT_GUID"
|
||||
TreeListDevexpress.Columns("SEQUENCE").SortOrder = SortOrder.Ascending
|
||||
TreeListDevexpress.StateImageList = ImageCollection1
|
||||
|
||||
Try
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user