Guest User

Untitled

a guest
Jun 18th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. EpiTreeViewPanel tvp = (EpiTreeViewPanel)(this.csm.GetNativeControlReference("8f08953f-b49f-4fb5-ba14-3c5102fd6b0c"));
  2. tvp.RootNodeText = "Batches";
  3.  
  4.  
  5.  
  6. tvp.EpiTreeBindings[0] is UD100 (Can Use tvp.EpiTreeBindings["UD100"] ?
  7. tvp.EpiTreeBindings[1] is UD100A and returns Ice.Lib.Framework.EpiTreeBinding
  8.  
  9. tvp.EpiTreeBindings[0].EpiBindings
  10. tvp.EpiTreeBindings[0].EpiBindings
  11.  
  12. // Lets Check ABCCodes tvp!!
  13.  
  14. There is .Prefixes .SeperatorCharacter .TakesAttachments .ColumnCaptio(t/f) .EpiBinding("UD100.Key1" the main!)
  15. .ColumnString("Parent")
  16. .FolderName("Child") for UD100A
  17. .ExpandNodes t/f
Add Comment
Please, Sign In to add comment