-
Notifications
You must be signed in to change notification settings - Fork 7
/
DevExpress.XtraTreeList.v20.2.xml
10490 lines (10490 loc) · 664 KB
/
DevExpress.XtraTreeList.v20.2.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="utf-8"?>
<doc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<assembly>
<name>DevExpress.XtraTreeList.v20.2</name>
</assembly>
<members>
<member name="N:DevExpress.XtraEditors">
<summary>
<para>Contains editor classes. They provide the functionality for corresponding controls. Editor specific information is stored within the Persistent classes that are implemented in the <see cref="N:DevExpress.XtraEditors.Persistent"/> namespace.</para>
</summary>
</member>
<member name="N:DevExpress.XtraEditors.Repository">
<summary>
<para>Contains classes representing repository items that store editor-specific settings.</para>
</summary>
</member>
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit">
<summary>
<para>A repository item which stores settings specific to a <see cref="T:DevExpress.XtraEditors.TreeListLookUpEdit"/> control.</para>
</summary>
</member>
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit"/> class.</para>
</summary>
</member>
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit.AllowSelectOnHover">
<summary>
<para>Gets or sets whether the <see cref="T:DevExpress.XtraTreeList.TreeList"/>'s nodes are automatically focused when hovered with the mouse pointer.</para>
</summary>
<value>true, if the <see cref="T:DevExpress.XtraTreeList.TreeList"/>'s nodes are automatically focused when hovered with the mouse pointer; otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
<summary>
<para>Copies settings of the specified repository item.</para>
</summary>
<param name="item">A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> object or its descendant that represents the source of the operation.</param>
</member>
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit.AutoComplete">
<summary>
<para>Gets or sets whether the editor predicts the value that the user is typing and automatically applies that value. The property is in effect when text editing is enabled in the edit box (TextEditStyle is set to Standard).</para>
</summary>
<value>true, if the editor predicts the value that the user is typing and automatically applies that value; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit.AutoExpandAllNodes">
<summary>
<para>Gets or sets whether all nodes are automatically expanded when the Tree List is being loaded.</para>
</summary>
<value>true, to expand all nodes when the Tree List is being loaded; otherwise, false.</value>
</member>
<member name="F:DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit.DefaultExportMode">
<summary>
<para>Returns the <see cref="F:DevExpress.XtraEditors.Repository.ExportMode.Default"/> value, which is equivalent to <see cref="F:DevExpress.XtraEditors.Repository.ExportMode.DisplayText"/>.
This constant is used to initialize the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItem.ExportMode"/> property.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit.EditorName">
<summary>
<para>Returns "TreeListLookUpEdit". This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit.EditorTypeName">
<summary>
<para>Gets the class name of an editor corresponding to the current repository item.</para>
</summary>
<value>The string identifying the class name of a corresponding editor.</value>
</member>
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit.GetDisplayText(DevExpress.Utils.FormatInfo,System.Object)">
<summary>
<para>Returns the text representation of the specified value, formatted according to the specified settings.</para>
</summary>
<param name="format">A <see cref="T:DevExpress.Utils.FormatInfo"/> object that specifies formatting settings.</param>
<param name="editValue">A value to be formatted.</param>
<returns>A string that specifies the value's formatted text representation.</returns>
</member>
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit.GetDisplayTextByIndex(System.Int32)">
<summary>
<para>Returns the text representation of the DisplayMember field value of the specified row.</para>
</summary>
<param name="index">An integer that is the index of the required row.</param>
<returns>The text representation of the DisplayMember field value for the specified row.</returns>
</member>
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit.GetDisplayTextByKeyValue(System.Object)">
<summary>
<para>Returns the text representation of the DisplayMember field value of the row that contains the specified ValueMember field value.</para>
</summary>
<param name="keyValue">The value of the ValueMember field for the row to locate.</param>
<returns>The text representation of the DisplayMember field value for the specified row.</returns>
</member>
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit.GetIndexByKeyValue(System.Object)">
<summary>
<para>Returns the index of the row that contains the specified value in the ValueMember field.</para>
</summary>
<param name="keyValue">The value of the ValueMember field for the row to locate.</param>
<returns>An integer that specifies the index of the required row.</returns>
</member>
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit.GetKeyValueByIndex(System.Int32)">
<summary>
<para>Returns the key value contained in the specified row.</para>
</summary>
<param name="index">An integer that is the index of the required row.</param>
<returns>The value of the row's ValueMember field.</returns>
</member>
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit.GetRowByKeyValue(System.Object)">
<summary>
<para>Returns a data source row containing the specified value in the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.ValueMember"/> field.</para>
</summary>
<param name="keyValue">The value of the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.ValueMember"/> field for the row to be located.</param>
<returns>An object representing the data source record containing the specified value. null (Nothing in Visual Basic) if no record with the specified value in the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.ValueMember"/> field was found.</returns>
</member>
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit.OwnerEdit">
<summary>
<para>Gets the editor which owns the current repository item object.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.TreeListLookUpEdit"/> control owning the current repository item.</value>
</member>
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit.PopupFilterMode">
<summary>
<para>Gets or sets how records in the dropdown window are filtered when typing text within the edit box.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.PopupFilterMode"/> value that specifies the editor's popup filter mode.</value>
</member>
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit.RegisterTreeListLookUpEdit">
<summary>
<para>Registers the <see cref="T:DevExpress.XtraEditors.TreeListLookUpEdit"/> control.</para>
</summary>
</member>
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit.ResetEvents">
<summary>
<para></para>
</summary>
</member>
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit.TreeList">
<summary>
<para>Gets or sets a <see cref="T:DevExpress.XtraTreeList.TreeList"/> associated with the current <see cref="T:DevExpress.XtraEditors.TreeListLookUpEdit"/> control.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraTreeList.TreeList"/> associated with the current <see cref="T:DevExpress.XtraEditors.TreeListLookUpEdit"/> control.</value>
</member>
<member name="T:DevExpress.XtraEditors.TreeListLookUpEdit">
<summary>
<para>The editor that provides lookup functionality using a dropdown <see cref="T:DevExpress.XtraTreeList.TreeList"/> control.</para>
</summary>
</member>
<member name="M:DevExpress.XtraEditors.TreeListLookUpEdit.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.TreeListLookUpEdit"/> class.</para>
</summary>
</member>
<member name="P:DevExpress.XtraEditors.TreeListLookUpEdit.EditorTypeName">
<summary>
<para>Gets the class name of the current editor.</para>
</summary>
<value>A string that is the class name of the current editor.</value>
</member>
<member name="M:DevExpress.XtraEditors.TreeListLookUpEdit.GetSelectedDataRow">
<summary>
<para>Returns a data source row corresponding to the currently selected edit value.</para>
</summary>
<returns>An object that represents a data source row corresponding to the currently selected edit value.</returns>
</member>
<member name="P:DevExpress.XtraEditors.TreeListLookUpEdit.Properties">
<summary>
<para>Specifies settings specific to the current editor.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit"/> object containing settings for the editor.</value>
</member>
<member name="N:DevExpress.XtraTreeList">
<summary>
<para>Contains classes that implement the functionality of the Tree List control.</para>
</summary>
</member>
<member name="T:DevExpress.XtraTreeList.BeforeCollapseEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraTreeList.TreeList.BeforeCollapse"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraTreeList.BeforeCollapseEventArgs.#ctor(DevExpress.XtraTreeList.Nodes.TreeListNode)">
<summary>
<para>Initializes a new <see cref="T:DevExpress.XtraTreeList.BeforeCollapseEventArgs"/> class instance.</para>
</summary>
<param name="node">A Tree List node.</param>
</member>
<member name="P:DevExpress.XtraTreeList.BeforeCollapseEventArgs.CanCollapse">
<summary>
<para>Gets or sets a value indicating whether a Tree List node can collapse.</para>
</summary>
<value>true if a Tree List node can collapse; otherwise, false.</value>
</member>
<member name="T:DevExpress.XtraTreeList.BeforeCollapseEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraTreeList.TreeList.BeforeCollapse"/> event of the <see cref="T:DevExpress.XtraTreeList.TreeList"/> class.</para>
</summary>
<param name="sender">The event source.</param>
<param name="e">A <see cref="T:DevExpress.XtraTreeList.BeforeCollapseEventArgs"/> class instance containing event data.</param>
</member>
<member name="T:DevExpress.XtraTreeList.BeforeDragNodeEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraTreeList.TreeList.BeforeDragNode"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraTreeList.BeforeDragNodeEventArgs.#ctor(DevExpress.XtraTreeList.Nodes.TreeListNode)">
<summary>
<para>Initializes a new <see cref="T:DevExpress.XtraTreeList.BeforeDragNodeEventArgs"/> class instance.</para>
</summary>
<param name="node">A Tree List node.</param>
</member>
<member name="M:DevExpress.XtraTreeList.BeforeDragNodeEventArgs.#ctor(System.Collections.Generic.IList{DevExpress.XtraTreeList.Nodes.TreeListNode},DevExpress.XtraTreeList.Nodes.TreeListNode)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraTreeList.BeforeDragNodeEventArgs"/> class with the specified settings.</para>
</summary>
<param name="nodes">A list of nodes that are about to be dragged.</param>
<param name="node">The node that is focused when a drag-and-drop operation starts.</param>
</member>
<member name="P:DevExpress.XtraTreeList.BeforeDragNodeEventArgs.CanDrag">
<summary>
<para>Gets or sets a value indicating whether a Tree List node can be dragged.</para>
</summary>
<value>true if a Tree List node can be dragged; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraTreeList.BeforeDragNodeEventArgs.Nodes">
<summary>
<para>Gets the list of nodes that are about to be dragged.</para>
</summary>
<value>The list of nodes that are about to be dragged.</value>
</member>
<member name="P:DevExpress.XtraTreeList.BeforeDragNodeEventArgs.PreviewImage">
<summary>
<para>Gets or sets the image displayed near the mouse cursor during a drag-and-drop operation.</para>
</summary>
<value>An <see cref="T:System.Drawing.Image"/> object specifying the image displayed near the mouse cursor during a drag-and-drop operation.</value>
</member>
<member name="T:DevExpress.XtraTreeList.BeforeDragNodeEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraTreeList.TreeList.BeforeDragNode"/> event of the <see cref="T:DevExpress.XtraTreeList.TreeList"/> class.</para>
</summary>
<param name="sender">The event source.</param>
<param name="e">A <see cref="T:DevExpress.XtraTreeList.BeforeDragNodeEventArgs"/> class instance containing event data.</param>
</member>
<member name="T:DevExpress.XtraTreeList.BeforeExpandEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraTreeList.TreeList.BeforeExpand"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraTreeList.BeforeExpandEventArgs.#ctor(DevExpress.XtraTreeList.Nodes.TreeListNode)">
<summary>
<para>Initializes a new <see cref="T:DevExpress.XtraTreeList.BeforeExpandEventArgs"/> class instance.</para>
</summary>
<param name="node">A Tree List node.</param>
</member>
<member name="P:DevExpress.XtraTreeList.BeforeExpandEventArgs.CanExpand">
<summary>
<para>Gets or sets whether a Tree List node can be expanded.</para>
</summary>
<value>true if a Tree List node can be expanded; otherwise, false.</value>
</member>
<member name="T:DevExpress.XtraTreeList.BeforeExpandEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraTreeList.TreeList.BeforeExpand"/> event of the <see cref="T:DevExpress.XtraTreeList.TreeList"/> class.</para>
</summary>
<param name="sender">The event source.</param>
<param name="e">A <see cref="T:DevExpress.XtraTreeList.BeforeExpandEventArgs"/> class instance containing event data.</param>
</member>
<member name="T:DevExpress.XtraTreeList.BeforeFocusNodeEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraTreeList.TreeList.BeforeFocusNode"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraTreeList.BeforeFocusNodeEventArgs.#ctor(DevExpress.XtraTreeList.Nodes.TreeListNode,DevExpress.XtraTreeList.Nodes.TreeListNode)">
<summary>
<para>Creates an instance of the <see cref="T:DevExpress.XtraTreeList.BeforeFocusNodeEventArgs"/> class.</para>
</summary>
<param name="old">A <see cref="T:DevExpress.XtraTreeList.Nodes.TreeListNode"/> object representing the node from which focus is shifting. This value is assigned to the <see cref="P:DevExpress.XtraTreeList.FocusedNodeChangedEventArgs.OldNode"/> property.</param>
<param name="node">A <see cref="T:DevExpress.XtraTreeList.Nodes.TreeListNode"/> object representing the node which is about to obtain focus. This value is assigned to the <see cref="P:DevExpress.XtraTreeList.NodeEventArgs.Node"/> property.</param>
</member>
<member name="P:DevExpress.XtraTreeList.BeforeFocusNodeEventArgs.CanFocus">
<summary>
<para>Gets or sets a value indicating whether focus is allowed to be moved.</para>
</summary>
<value>true if the focus is allowed to be moved; otherwise false.</value>
</member>
<member name="T:DevExpress.XtraTreeList.BeforeFocusNodeEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraTreeList.TreeList.BeforeFocusNode"/> event.</para>
</summary>
<param name="sender">The event sender (typically the <see cref="T:DevExpress.XtraTreeList.TreeList"/> control).</param>
<param name="e">A <see cref="T:DevExpress.XtraTreeList.BeforeFocusNodeEventArgs"/> object that contains data related to the event.</param>
</member>
<member name="T:DevExpress.XtraTreeList.CalcNodeDragImageIndexEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraTreeList.TreeList.CalcNodeDragImageIndex"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraTreeList.CalcNodeDragImageIndexEventArgs.#ctor(DevExpress.XtraTreeList.Nodes.TreeListNode,System.Int32,System.Drawing.Point,System.Windows.Forms.DragEventArgs)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraTreeList.CalcNodeDragImageIndexEventArgs"/> class.</para>
</summary>
<param name="overNode">A <see cref="T:DevExpress.XtraTreeList.Nodes.TreeListNode"/> object which represents the target node. This value is assigned to the <see cref="P:DevExpress.XtraTreeList.NodeEventArgs.Node"/> property.</param>
<param name="imageIndex">An integer value specifying the index of the image in the source collection. This value is assigned to the <see cref="P:DevExpress.XtraTreeList.CalcNodeDragImageIndexEventArgs.ImageIndex"/> property.</param>
<param name="ptClient">A <see cref="T:System.Drawing.Point"/> structure representing the mouse pointer's coordinates relative to the top-left corner of the control. This value is assigned to the <see cref="P:DevExpress.XtraTreeList.CalcNodeDragImageIndexEventArgs.PtClient"/> property.</param>
<param name="dragArgs">A <see cref="T:System.Windows.Forms.DragEventArgs"/> object which provides data for the drag-and-drop events. This value is assigned to the <see cref="P:DevExpress.XtraTreeList.CalcNodeDragImageIndexEventArgs.DragArgs"/> property.</param>
</member>
<member name="P:DevExpress.XtraTreeList.CalcNodeDragImageIndexEventArgs.DragArgs">
<summary>
<para>Gets an object which provides information for drag-and-drop events.</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.DragEventArgs"/> object which provides data for drag-and-drop events.</value>
</member>
<member name="P:DevExpress.XtraTreeList.CalcNodeDragImageIndexEventArgs.ImageIndex">
<summary>
<para>Gets or sets the index of the image to be displayed in front of nodes when dragging.</para>
</summary>
<value>An integer value representing the zero-based index of the desired image within the TreeList.Painter.NodeDragImages collection.</value>
</member>
<member name="P:DevExpress.XtraTreeList.CalcNodeDragImageIndexEventArgs.PtClient">
<summary>
<para>Gets the current mouse pointer's coordinates relative to the top-left corner of the control.</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> structure representing the current mouse pointer's coordinates.</value>
</member>
<member name="T:DevExpress.XtraTreeList.CalcNodeDragImageIndexEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraTreeList.TreeList.CalcNodeDragImageIndex"/> event.</para>
</summary>
<param name="sender">The event source (typically, the <see cref="T:DevExpress.XtraTreeList.TreeList"/> control).</param>
<param name="e">A <see cref="T:DevExpress.XtraTreeList.CalcNodeDragImageIndexEventArgs"/> object that contains data related to the event.</param>
</member>
<member name="T:DevExpress.XtraTreeList.CalcNodeHeightEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraTreeList.TreeList.CalcNodeHeight"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraTreeList.CalcNodeHeightEventArgs.#ctor(DevExpress.XtraTreeList.Nodes.TreeListNode,System.Int32)">
<summary>
<para>Creates an instance of the <see cref="T:DevExpress.XtraTreeList.CalcNodeHeightEventArgs"/> class.</para>
</summary>
<param name="node">A <see cref="T:DevExpress.XtraTreeList.Nodes.TreeListNode"/> object representing the node whose height is calculated. This value is assigned to the <see cref="P:DevExpress.XtraTreeList.NodeEventArgs.Node"/> property.</param>
<param name="nodeHeight">An integer value specifying the node height. This value is assigned to the <see cref="P:DevExpress.XtraTreeList.CalcNodeHeightEventArgs.NodeHeight"/> property.</param>
</member>
<member name="P:DevExpress.XtraTreeList.CalcNodeHeightEventArgs.NodeHeight">
<summary>
<para>Gets or sets the current node's height in pixels.</para>
</summary>
<value>An integer value specifying the node's height in pixels.</value>
</member>
<member name="T:DevExpress.XtraTreeList.CalcNodeHeightEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraTreeList.TreeList.CalcNodeHeight"/> event.</para>
</summary>
<param name="sender">The event sender (typically the <see cref="T:DevExpress.XtraTreeList.TreeList"/> control).</param>
<param name="e">A <see cref="T:DevExpress.XtraTreeList.CalcNodeHeightEventArgs"/> object that contains data related to the event.</param>
</member>
<member name="T:DevExpress.XtraTreeList.CellEventArgs">
<summary>
<para>Provides data for events which require column and node as parameters to identify the cell being processed.</para>
</summary>
</member>
<member name="M:DevExpress.XtraTreeList.CellEventArgs.#ctor(DevExpress.XtraTreeList.Columns.TreeListColumn,DevExpress.XtraTreeList.Nodes.TreeListNode)">
<summary>
<para>Creates an instance of the <see cref="T:DevExpress.XtraTreeList.CellEventArgs"/> class.</para>
</summary>
<param name="column">A <see cref="T:DevExpress.XtraTreeList.Columns.TreeListColumn"/> object representing the column to which the processed cell belongs. This value is assigned to the <see cref="P:DevExpress.XtraTreeList.CellEventArgs.Column"/> property.</param>
<param name="node">A <see cref="T:DevExpress.XtraTreeList.Nodes.TreeListNode"/> object representing the node to which the processed cell belongs. This value is assigned to the <see cref="P:DevExpress.XtraTreeList.NodeEventArgs.Node"/> property.</param>
</member>
<member name="P:DevExpress.XtraTreeList.CellEventArgs.Column">
<summary>
<para>Gets a column to which the cell processed by an event belongs.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraTreeList.Columns.TreeListColumn"/> object representing the column owning the cell being processed.</value>
</member>
<member name="T:DevExpress.XtraTreeList.CellValueChangedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraTreeList.TreeList.CellValueChanged"/> and <see cref="E:DevExpress.XtraTreeList.TreeList.CellValueChanging"/> events.</para>
</summary>
</member>
<member name="M:DevExpress.XtraTreeList.CellValueChangedEventArgs.#ctor(DevExpress.XtraTreeList.Columns.TreeListColumn,DevExpress.XtraTreeList.Nodes.TreeListNode,System.Object,System.Boolean)">
<summary>
<para>Initializes a new <see cref="T:DevExpress.XtraTreeList.CellValueChangedEventArgs"/> class instance.</para>
</summary>
<param name="column">The processed column.</param>
<param name="node">The processed node.</param>
<param name="val">The new value.</param>
<param name="changedByUser">true, if the user changed the value in an editor; false, if the value is changed in code.</param>
</member>
<member name="P:DevExpress.XtraTreeList.CellValueChangedEventArgs.ChangedByUser">
<summary>
<para>Gets whether the user changed the value in an editor, or the value is changed in code.</para>
</summary>
<value>true, if the user changed the value in an editor; false, if the value is changed in code.</value>
</member>
<member name="P:DevExpress.XtraTreeList.CellValueChangedEventArgs.Value">
<summary>
<para>Gets the new value assigned to a cell.</para>
</summary>
<value>An object representing the newly assigned cell value.</value>
</member>
<member name="T:DevExpress.XtraTreeList.CellValueChangedEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraTreeList.TreeList.CellValueChanged"/> and <see cref="E:DevExpress.XtraTreeList.TreeList.CellValueChanging"/> events.</para>
</summary>
<param name="sender">The event sender (typically the <see cref="T:DevExpress.XtraTreeList.TreeList"/> control).</param>
<param name="e">A <see cref="T:DevExpress.XtraTreeList.CellValueChangedEventArgs"/> object that contains data related to the event.</param>
</member>
<member name="T:DevExpress.XtraTreeList.ClipboardNodeCopyingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraTreeList.TreeList.ClipboardNodeCopying"/> event.</para>
</summary>
</member>
<member name="P:DevExpress.XtraTreeList.ClipboardNodeCopyingEventArgs.Cancel">
<summary>
<para>Gets or sets whether to cancel copying the processed node to the clipboard.</para>
</summary>
<value>true, to cancel copying the processed node to the clipboard; otherwise, false</value>
</member>
<member name="P:DevExpress.XtraTreeList.ClipboardNodeCopyingEventArgs.Headers">
<summary>
<para>Provides access to the collection of cells in the processed column header, or band header.</para>
</summary>
<value>An object that represents a collection of cells.</value>
</member>
<member name="P:DevExpress.XtraTreeList.ClipboardNodeCopyingEventArgs.Type">
<summary>
<para>Gets the type of the processed row.</para>
</summary>
<value>A value that specifies the row type.</value>
</member>
<member name="P:DevExpress.XtraTreeList.ClipboardNodeCopyingEventArgs.Values">
<summary>
<para>Provides access to the collection of cells in the processed node.</para>
</summary>
<value>An object that represents a collection of cells.</value>
</member>
<member name="T:DevExpress.XtraTreeList.ClipboardNodePastingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraTreeList.TreeList.ClipboardNodePasting"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraTreeList.ClipboardNodePastingEventArgs.#ctor(DevExpress.XtraTreeList.TreeListPasteNodeValues,System.Collections.Generic.IEnumerable{DevExpress.XtraTreeList.Columns.TreeListColumn},System.Object[],DevExpress.XtraTreeList.Nodes.TreeListNode,System.Int32,System.Int32)">
<summary>
<para>Initializes a new <see cref="T:DevExpress.XtraTreeList.ClipboardNodePastingEventArgs"/> class instance.</para>
</summary>
<param name="pasteNode">A dictionary that contains values that will be pasted to the control.</param>
<param name="treeListColumns">A collection that contains tree list columns.</param>
<param name="originalValues">A collection that contains original values in the clipboard.</param>
<param name="treeListNode">The node being updated or the parent node if the node is being appended.</param>
<param name="dataRowCountCore">A value that specifies the count of rows that contain data to process (without column and band header rows).</param>
<param name="rowCountCore">A value that specifies the total count of rows to process (with column and band header rows).</param>
</member>
<member name="P:DevExpress.XtraTreeList.ClipboardNodePastingEventArgs.Cancel">
<summary>
<para>Gets or sets whether the current operation needs to be canceled.</para>
</summary>
<value>true, if the current operation needs to be canceled; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraTreeList.ClipboardNodePastingEventArgs.DataRowCount">
<summary>
<para>Gets the count of rows that contain data to process (without column and band header rows).</para>
</summary>
<value>An <see cref="T:System.Int32"/> value that specifies the count of data rows to process.</value>
</member>
<member name="M:DevExpress.XtraTreeList.ClipboardNodePastingEventArgs.GetInvalidValues">
<summary>
<para>Returns a dictionary that contains invalid column-value pairs. Invalid pairs identify values that cannot be accepted by corresponding columns.</para>
</summary>
<returns>A dictionary of incompatible column-value pairs. The keys in the dictionary are <see cref="T:DevExpress.XtraTreeList.Columns.TreeListColumn"/> objects. The dictionary values are of the object type.</returns>
</member>
<member name="M:DevExpress.XtraTreeList.ClipboardNodePastingEventArgs.GetValidValues">
<summary>
<para>Returns a dictionary that contains valid column-value pairs. Valid pairs identify values that can be accepted by corresponding columns.</para>
</summary>
<returns>A dictionary of compatible column-value pairs. The keys in the dictionary are <see cref="T:DevExpress.XtraTreeList.Columns.TreeListColumn"/> objects. The dictionary values are of the object type.</returns>
</member>
<member name="M:DevExpress.XtraTreeList.ClipboardNodePastingEventArgs.IsKeyFieldValueValid">
<summary>
<para>Returns whether the key of the processed node is unique.</para>
</summary>
<returns>true, if the key is unique; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraTreeList.ClipboardNodePastingEventArgs.IsNodeValid">
<summary>
<para>Returns whether pasted values can be accepted by target columns. Both the pasted values and target columns are specified by the <see cref="P:DevExpress.XtraTreeList.ClipboardNodePastingEventArgs.Values"/> dictionary.</para>
</summary>
<returns>true if the pasted values can be accepted by target columns; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraTreeList.ClipboardNodePastingEventArgs.IsValueValid(DevExpress.XtraTreeList.Columns.TreeListColumn,System.Object,System.Exception@)">
<summary>
<para>Returns whether the specified value can be pasted to the specified column cell.</para>
</summary>
<param name="treeListColumn">The column to be tested.</param>
<param name="value">The value to be tested.</param>
<param name="e">The exception that specifies the error description. null if no error occurs.</param>
<returns>true, if the specified value can be pasted to the specified column's cell; otherwise, false. In case of failure, read the e output parameter to get details.</returns>
</member>
<member name="M:DevExpress.XtraTreeList.ClipboardNodePastingEventArgs.IsValueValid(System.String,System.Object,System.Exception@)">
<summary>
<para>Returns whether the specified value can be pasted to the column with the specified field name.</para>
</summary>
<param name="fieldName">The field name that identifies the column to be tested.</param>
<param name="value">The value to be tested.</param>
<param name="e">The exception that specifies the error description. null if no error occurs.</param>
<returns>true, if the specified value can be pasted to the specified column; otherwise, false. In case of failure, read the e output parameter to get details.</returns>
</member>
<member name="P:DevExpress.XtraTreeList.ClipboardNodePastingEventArgs.OriginalValues">
<summary>
<para>Returns a read-only collection of individual pasted values.</para>
</summary>
<value>The read-only collection of individual pasted values.</value>
</member>
<member name="P:DevExpress.XtraTreeList.ClipboardNodePastingEventArgs.PasteMode">
<summary>
<para>Gets or sets whether only valid rows or all rows are pasted to the control.</para>
</summary>
<value>A value that specifies whether only valid rows or all rows are pasted to the control.</value>
</member>
<member name="P:DevExpress.XtraTreeList.ClipboardNodePastingEventArgs.RowCount">
<summary>
<para>Gets the total count of rows to process (with column and band header rows).</para>
</summary>
<value>An <see cref="T:System.Int32"/> value that specifies the total count of rows to process.</value>
</member>
<member name="P:DevExpress.XtraTreeList.ClipboardNodePastingEventArgs.TreeListNode">
<summary>
<para>Depending on the paste mode, returns the parent node relative to which the data is appended, or the updated node.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraTreeList.Nodes.TreeListNode"/> object specifying the node relative to which the paste operation is performed.</value>
</member>
<member name="P:DevExpress.XtraTreeList.ClipboardNodePastingEventArgs.Values">
<summary>
<para>Returns a dictionary that contains "target column - pasted value" pairs. You can modify pasted values in this dictionary to perform custom pasting.</para>
</summary>
<value>The dictionary of "target column - pasted value" pairs.</value>
</member>
<member name="T:DevExpress.XtraTreeList.ColumnChangedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraTreeList.TreeList.ColumnChanged"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraTreeList.ColumnChangedEventArgs.#ctor(DevExpress.XtraTreeList.Columns.TreeListColumn)">
<summary>
<para>Creates an instance of the <see cref="T:DevExpress.XtraTreeList.ColumnChangedEventArgs"/> class.</para>
</summary>
<param name="column">A <see cref="T:DevExpress.XtraTreeList.Columns.TreeListColumn"/> object representing the column related to the event. This value is assigned to the <see cref="P:DevExpress.XtraTreeList.ColumnChangedEventArgs.Column"/> property.</param>
</member>
<member name="P:DevExpress.XtraTreeList.ColumnChangedEventArgs.Column">
<summary>
<para>Gets a Tree List column.</para>
</summary>
<value>A Tree List column.</value>
</member>
<member name="T:DevExpress.XtraTreeList.ColumnChangedEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraTreeList.TreeList.ColumnChanged"/> event of the <see cref="T:DevExpress.XtraTreeList.TreeList"/> class.</para>
</summary>
<param name="sender">The event source.</param>
<param name="e">A <see cref="T:DevExpress.XtraTreeList.ColumnChangedEventArgs"/> class instance containing event data.</param>
</member>
<member name="T:DevExpress.XtraTreeList.ColumnFilterPopupMode">
<summary>
<para>Enumerates values that specify the pop-up filter menu style.</para>
</summary>
</member>
<member name="F:DevExpress.XtraTreeList.ColumnFilterPopupMode.Classic">
<summary>
<para>Menu contains a value list or a calendar depending on the data type.</para>
</summary>
</member>
<member name="F:DevExpress.XtraTreeList.ColumnFilterPopupMode.Default">
<summary>
<para>Inherites the <see cref="P:DevExpress.XtraEditors.WindowsFormsSettings.ColumnFilterPopupMode"/> property value.</para>
</summary>
</member>
<member name="F:DevExpress.XtraTreeList.ColumnFilterPopupMode.Excel">
<summary>
<para>Menu contains two tabs: a value checklist and data-specific predefined filters.</para>
</summary>
</member>
<member name="N:DevExpress.XtraTreeList.Columns">
<summary>
<para>Contains classes that represent columns for the Tree List control.The Tree List control supports multi-column Views: each node can contain several columns representing different data.To access specific column elements, the methods of the <see cref="T:DevExpress.XtraTreeList.Nodes.TreeListNode"/> class are used. Like Grid Control columns, it is possible to assign specific editors to Tree List columns.The <see cref="P:DevExpress.XtraTreeList.TreeList.Columns"/> property provides a column collection which identifies columns for the XtraTreeList. Every Tree List node will contain several values in a row according to the column number.</para>
</summary>
</member>
<member name="T:DevExpress.XtraTreeList.Columns.AutoFilterCondition">
<summary>
<para>Enumerates the comparison operator types for the filter conditions created for specific columns via the Automatic Filtering Row.</para>
</summary>
</member>
<member name="F:DevExpress.XtraTreeList.Columns.AutoFilterCondition.BeginsWith">
<summary>
<para>Selects records that start with the entered string. Equal to the <see cref="F:DevExpress.XtraTreeList.Columns.AutoFilterCondition.Like"/> clause with the "%" wildcard after the searched string.For example, the [Name] BeginsWith 'A' and [Name] Like 'A%' filtering expressions are equal.</para>
</summary>
</member>
<member name="F:DevExpress.XtraTreeList.Columns.AutoFilterCondition.Contains">
<summary>
<para>The Contains operator selects records whose values in the corresponding column contain the entered string.</para>
</summary>
</member>
<member name="F:DevExpress.XtraTreeList.Columns.AutoFilterCondition.Default">
<summary>
<para>For columns being filtered by their display text (see <see cref="P:DevExpress.XtraTreeList.Columns.TreeListColumn.FilterMode"/>), the Default option acts identically to the Like option.The Default option acts like the Equals option for the columns that have any of the following in-place editors or any of their descendants: <see cref="T:DevExpress.XtraEditors.CheckEdit"/>, <see cref="T:DevExpress.XtraEditors.DateEdit"/>, <see cref="T:DevExpress.XtraEditors.LookUpEditBase"/> or <see cref="T:DevExpress.XtraEditors.ImageComboBoxEdit"/>.For other columns, the Default option acts identically to the Like option.</para>
</summary>
</member>
<member name="F:DevExpress.XtraTreeList.Columns.AutoFilterCondition.DoesNotContain">
<summary>
<para>Selects records that do not equal the entered string. This clause acts as an opposite to the <see cref="F:DevExpress.XtraTreeList.Columns.AutoFilterCondition.Equals"/> clause.</para>
</summary>
</member>
<member name="F:DevExpress.XtraTreeList.Columns.AutoFilterCondition.DoesNotEqual">
<summary>
<para>Selects records that do not equal the entered string. This clause acts as an opposite to the <see cref="F:DevExpress.XtraTreeList.Columns.AutoFilterCondition.Equals"/> clause.</para>
</summary>
</member>
<member name="F:DevExpress.XtraTreeList.Columns.AutoFilterCondition.EndsWith">
<summary>
<para>Selects records that end with the entered string. Equal to the <see cref="F:DevExpress.XtraTreeList.Columns.AutoFilterCondition.Like"/> clause with the "%" wildcard before the searched string.For example, the [Name] EndsWith 'A' and [Name] Like '%A' filtering expressions are equal.</para>
</summary>
</member>
<member name="F:DevExpress.XtraTreeList.Columns.AutoFilterCondition.Equals">
<summary>
<para>The Equals comparison operator selects records whose values in the corresponding column match the entered value.</para>
</summary>
</member>
<member name="F:DevExpress.XtraTreeList.Columns.AutoFilterCondition.Greater">
<summary>
<para>Selects records that are greater than the entered value.For text records, "greater" values are those that would lie below the entered value in an alphabetically sorted list. For example, in a list with Latin characters, all letters from "N" to "Z" are greater than the letter "M".</para>
</summary>
</member>
<member name="F:DevExpress.XtraTreeList.Columns.AutoFilterCondition.GreaterOrEqual">
<summary>
<para>Selects records that are greater than the entered value or equal to it.For text records, "greater" values are those that would lie below the entered value in an alphabetically sorted list. For example, in a list with Latin characters, all letters from "M" to "Z" are greater or equal to the letter "M".</para>
</summary>
</member>
<member name="F:DevExpress.XtraTreeList.Columns.AutoFilterCondition.Less">
<summary>
<para>Selects records that are less than the entered value.For text records, "less" values are those that would lie above the entered value in an alphabetically sorted list. For example, in a list with Latin characters, all letters from "A" to "L" are less than the letter "M".</para>
</summary>
</member>
<member name="F:DevExpress.XtraTreeList.Columns.AutoFilterCondition.LessOrEqual">
<summary>
<para>Selects records that are less than the entered value or equal to it.For text records, "less" values are those that would lie above the entered value in an alphabetically sorted list. For example, in a list with Latin characters, all letters from "A" to "L" are less than the letter "M".</para>
</summary>
</member>
<member name="F:DevExpress.XtraTreeList.Columns.AutoFilterCondition.Like">
<summary>
<para>The Like comparison operator selects records whose values in the corresponding column start with the entered string.For the columns that use <see cref="T:DevExpress.XtraEditors.CheckEdit"/>, <see cref="T:DevExpress.XtraEditors.DateEdit"/>, <see cref="T:DevExpress.XtraEditors.LookUpEditBase"/> or <see cref="T:DevExpress.XtraEditors.ImageComboBoxEdit"/> in-place editors, the Equals operator is always used, unless these columns are filtered by display text (see <see cref="P:DevExpress.XtraTreeList.Columns.TreeListColumn.FilterMode"/>).</para>
</summary>
</member>
<member name="F:DevExpress.XtraTreeList.Columns.AutoFilterCondition.NotLike">
<summary>
<para>Selects records that do not match the entered string. Acts as an opposite to the <see cref="F:DevExpress.XtraTreeList.Columns.AutoFilterCondition.Like"/> clause.For example, from a list with month names the [Name] Like 'J%y' filter expression will return the "January" and "July" records. The [Name] Not Like 'J%y' expression will return the names of remaining ten months.</para>
</summary>
</member>
<member name="T:DevExpress.XtraTreeList.Columns.FixedStyle">
<summary>
<para>Enumerates values that specify whether a column is anchored at the control's left or right edge.</para>
</summary>
</member>
<member name="F:DevExpress.XtraTreeList.Columns.FixedStyle.Left">
<summary>
<para>The column is anchored at the control's left edge.</para>
</summary>
</member>
<member name="F:DevExpress.XtraTreeList.Columns.FixedStyle.None">
<summary>
<para>The column is not anchored.</para>
</summary>
</member>
<member name="F:DevExpress.XtraTreeList.Columns.FixedStyle.Right">
<summary>
<para>The column is anchored at the control's right edge.</para>
</summary>
</member>
<member name="T:DevExpress.XtraTreeList.Columns.TreeListBand">
<summary>
<para>A band that combines Tree List columns.</para>
</summary>
</member>
<member name="M:DevExpress.XtraTreeList.Columns.TreeListBand.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraTreeList.Columns.TreeListBand"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBand.ActualVisible">
<summary>
<para>Specifies whether the band and all its parents are visible.</para>
</summary>
<value>true, if the current band is visible within the <see cref="T:DevExpress.XtraTreeList.TreeList"/>; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBand.AppearanceHeader">
<summary>
<para>Provides access to appearance settings used to paint the band header.</para>
</summary>
<value>An object that specifies appearance settings used to paint the band header.</value>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBand.Bands">
<summary>
<para>Provides access to the band's child band collection.</para>
</summary>
<value>An object that specifies the band's child band collection.</value>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBand.Caption">
<summary>
<para>Gets or sets the band caption to be displayed within the band header.</para>
</summary>
<value>A value that specifies the band header.</value>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBand.Columns">
<summary>
<para>Provides access to the column collection owned by the current band.</para>
</summary>
<value>A value that specifies the column collection owned by the current band.</value>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBand.CustomizationCaption">
<summary>
<para>Gets or sets the band caption when its header is displayed in the Customization Form.</para>
</summary>
<value>A value that specifies the band caption when its header is displayed in the Customization Form.</value>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBand.CustomizationSearchCaption">
<summary>
<para>Gets the band caption when its header is displayed in the Customization Form by which it can be found using the Customization Form's search box.</para>
</summary>
<value>A string value specifying the band caption when its header is displayed in the Customization Form by which it can be found using the Customization Form's search box.</value>
</member>
<member name="F:DevExpress.XtraTreeList.Columns.TreeListBand.DefaultBandMinWidth">
<summary>
<para>The default value for the <see cref="P:DevExpress.XtraTreeList.Columns.TreeListBand.MinWidth"/> property. The DefaultBandMinWidth field is set to 20.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.XtraTreeList.Columns.TreeListBand.DefaultBandWidth">
<summary>
<para>The default value for the <see cref="P:DevExpress.XtraTreeList.Columns.TreeListBand.Width"/> property. The DefaultBandWidth field is set to 75.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.XtraTreeList.Columns.TreeListBand.DefaultMinimumMinBandWidth">
<summary>
<para>Specifies the minimum allowed value of the <see cref="P:DevExpress.XtraTreeList.Columns.TreeListBand.MinWidth"/> property. The DefaultMinimumMinBandWidth field is set to 16.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBand.Fixed">
<summary>
<para>Gets or sets the band's behavior when the <see cref="T:DevExpress.XtraTreeList.TreeList"/> control is scrolled horizontally.</para>
</summary>
<value>A value that specifies the band's behavior when the <see cref="T:DevExpress.XtraTreeList.TreeList"/> control is scrolled horizontally.</value>
</member>
<member name="M:DevExpress.XtraTreeList.Columns.TreeListBand.GetCaption">
<summary>
<para>Returns the band's caption.</para>
</summary>
<returns>A String value specifying the band's caption.</returns>
</member>
<member name="M:DevExpress.XtraTreeList.Columns.TreeListBand.GetTextCaption">
<summary>
<para>Returns the non formatted band caption.</para>
</summary>
<returns>A value that specifies the non formatted band caption.</returns>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBand.HasChildren">
<summary>
<para>Gets whether the current band has child bands.</para>
</summary>
<value>true, if the current band contains one or more child bands; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBand.HasVisibleChildren">
<summary>
<para>Gets whether the current band has visible child bands.</para>
</summary>
<value>true, if the current band contains one or more visible child bands; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBand.ImageOptions">
<summary>
<para>Provides access to settings that allow you to set up raster and vector icons for this <see cref="T:DevExpress.XtraTreeList.Columns.TreeListBand"/>.</para>
</summary>
<value>An DevExpress.XtraTreeList.Columns.TreeListBandImageOptions object that stores image-related options.</value>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBand.Images">
<summary>
<para>Provides access to the source of images that can be displayed within column headers and bands.</para>
</summary>
<value>An object that is the source of images that can be displayed within column headers and bands.</value>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBand.Index">
<summary>
<para>Gets the index of the current band within the owning collection.</para>
</summary>
<value>-1, if the band has no owning collection; otherwise, a zero-based index that specifies the band's position within the owning collection.</value>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBand.IsHierarchical">
<summary>
<para>Gets whether this band contains a column that displays the node expand/collapse buttons.</para>
</summary>
<value>true, if this band contains a column that displays the node expand/collapse buttons; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBand.IsLoading">
<summary>
<para>Indicates whether the <see cref="T:DevExpress.XtraTreeList.TreeList"/> control owning the current band is being initialized.</para>
</summary>
<value>true, if the <see cref="T:DevExpress.XtraTreeList.TreeList"/> control is being initialized; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBand.Level">
<summary>
<para>Gets the nesting level of the current band in the band hierarchy.</para>
</summary>
<value>A zero-based value that specifies the band's nesting level.</value>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBand.MinWidth">
<summary>
<para>Gets or sets the band's minimum allowed width.</para>
</summary>
<value>A value that specifies the band's minimum width, in pixels.</value>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBand.Name">
<summary>
<para>Gets or sets the band name.</para>
</summary>
<value>A value that specifies the band name.</value>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBand.OptionsBand">
<summary>
<para>Provides access to the band's options.</para>
</summary>
<value>A value that specifies the band's options.</value>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBand.ParentBand">
<summary>
<para>Gets the band's parent.</para>
</summary>
<value>An object that specifies the band's parent.</value>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBand.RootBand">
<summary>
<para>Gets the root band that is the current band's parent.</para>
</summary>
<value>An object that specifies the root band in the current hierarchy branch.</value>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBand.RowCount">
<summary>
<para>Gets or sets the band header height, in logical rows.</para>
</summary>
<value>The band header height, in logical rows. Values less than 1 are not accepted.</value>
</member>
<member name="M:DevExpress.XtraTreeList.Columns.TreeListBand.Scale(DevExpress.Utils.DPI.ScaleHelper)">
<summary>
<para>Scales the band according to the current DPI setting. For internal use.</para>
</summary>
<param name="scaleHelper">A ScaleHelper object.</param>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBand.SeparatorWidth">
<summary>
<para>Gets or sets the width, in pixels, of the band separator (grid vertical lines that visually separate this band from other bands).</para>
</summary>
<value>An integer value that specifies the band separator width, in pixels.</value>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBand.ToolTip">
<summary>
<para>Gets or sets a regular tooltip.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies a regular tooltip.</value>
</member>
<member name="M:DevExpress.XtraTreeList.Columns.TreeListBand.ToString">
<summary>
<para>Gets the band's caption.</para>
</summary>
<returns>A string that specifies the band's caption.</returns>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBand.TreeList">
<summary>
<para>Gets a <see cref="T:DevExpress.XtraTreeList.TreeList"/> object to which the current band belongs.</para>
</summary>
<value>An object that specifies the <see cref="T:DevExpress.XtraTreeList.TreeList"/> object to which the current band belongs.</value>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBand.Visible">
<summary>
<para>Specifies whether the current band is visible.</para>
</summary>
<value>true, if the current band is visible; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBand.VisibleWidth">
<summary>
<para>Returns the current band width.</para>
</summary>
<value>A value that specifies the current band width, in pixels.</value>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBand.Width">
<summary>
<para>Gets or sets the band's width.</para>
</summary>
<value>A value that specifies the band's width, in pixels.</value>
</member>
<member name="T:DevExpress.XtraTreeList.Columns.TreeListBandCollection">
<summary>
<para>A band collection within a <see cref="T:DevExpress.XtraTreeList.TreeList"/>.</para>
</summary>
</member>
<member name="M:DevExpress.XtraTreeList.Columns.TreeListBandCollection.#ctor(DevExpress.XtraTreeList.Columns.TreeListBand)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraTreeList.Columns.TreeListBandCollection"/> class.</para>
</summary>
<param name="ownerBand">A <see cref="T:DevExpress.XtraTreeList.Columns.TreeListBand"/> object that will own the created band collection. This value is assigned to the <see cref="P:DevExpress.XtraTreeList.Columns.TreeListBandCollection.OwnerBand"/> property.</param>
</member>
<member name="M:DevExpress.XtraTreeList.Columns.TreeListBandCollection.#ctor(DevExpress.XtraTreeList.Columns.TreeListBand,DevExpress.XtraTreeList.TreeList)">
<summary>
<para>Initializes a new instance of a <see cref="T:DevExpress.XtraTreeList.Columns.TreeListBandCollection"/> class.</para>
</summary>
<param name="ownerBand">A <see cref="T:DevExpress.XtraTreeList.Columns.TreeListBand"/> object that will own the created band collection. This value is assigned to the <see cref="P:DevExpress.XtraTreeList.Columns.TreeListBandCollection.OwnerBand"/> property.</param>
<param name="treeList">A <see cref="T:DevExpress.XtraTreeList.TreeList"/> object that will own the created band collection. This value is assigned to the <see cref="P:DevExpress.XtraTreeList.Columns.TreeListBandCollection.TreeList"/> property.</param>
</member>
<member name="M:DevExpress.XtraTreeList.Columns.TreeListBandCollection.Add">
<summary>
<para>Creates a new band and adds it to the band collection.</para>
</summary>
<returns>An object that specifies the new band.</returns>
</member>
<member name="M:DevExpress.XtraTreeList.Columns.TreeListBandCollection.Add(DevExpress.XtraTreeList.Columns.TreeListBand)">
<summary>
<para>Adds the specified band to the end of the band collection.</para>
</summary>
<param name="band">An object that specifies the band to be added.</param>
<returns>An object specifying the new band.</returns>
</member>
<member name="M:DevExpress.XtraTreeList.Columns.TreeListBandCollection.AddBand(System.String)">
<summary>
<para>Creates a new band with the specified caption and appends it to the band collection.</para>
</summary>
<param name="caption">A value that specifies the band's caption. This value is assign to the <see cref="P:DevExpress.XtraTreeList.Columns.TreeListBand.Caption"/> property.</param>
<returns>An object that specifies the new band.</returns>
</member>
<member name="M:DevExpress.XtraTreeList.Columns.TreeListBandCollection.AddRange(DevExpress.XtraTreeList.Columns.TreeListBand[])">
<summary>
<para>Adds an array of bands to the end of the band collection.</para>
</summary>
<param name="bands">An array of bands to be added to the collection.</param>
</member>
<member name="M:DevExpress.XtraTreeList.Columns.TreeListBandCollection.Contains(DevExpress.XtraTreeList.Columns.TreeListBand,System.Boolean)">
<summary>
<para>Returns whether the specified band is contained within the current band collection or any of its bands' <see cref="P:DevExpress.XtraTreeList.TreeList.Bands"/> collections.</para>
</summary>
<param name="band">An object that specifies the band to be found.</param>
<param name="recursive">true, if the search should be extended to the <see cref="P:DevExpress.XtraTreeList.Columns.TreeListBand.Bands"/> collections of the current collection's bands; otherwise, false.</param>
<returns>true, if the specified band is found; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraTreeList.Columns.TreeListBandCollection.CreateBand">
<summary>
<para>Create a new instance of the <see cref="T:DevExpress.XtraTreeList.Columns.TreeListBandCollection"/> class with default settings.</para>
</summary>
<returns>An object that specifies the created band.</returns>
</member>
<member name="M:DevExpress.XtraTreeList.Columns.TreeListBandCollection.IndexOf(DevExpress.XtraTreeList.Columns.TreeListBand)">
<summary>
<para>Returns the specified band's position within the collection.</para>
</summary>
<param name="band">An object that specifies the band to locate.</param>
<returns>The zero-based index of the specified band within the collection; -1, if the collection does not contain the specified band.</returns>
</member>
<member name="M:DevExpress.XtraTreeList.Columns.TreeListBandCollection.Insert(System.Int32,DevExpress.XtraTreeList.Columns.TreeListBand)">
<summary>
<para>Inserts the specified band to the specified position within the band collection.</para>
</summary>
<param name="position">The zero-based index at which the specified band should be inserted.</param>
<param name="band">An <see cref="T:DevExpress.XtraTreeList.Columns.TreeListBand"/> object to be inserted.</param>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBandCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to the band collection.</para>
</summary>
<param name="index">The band's zero-based index.</param>
<value>The band located at the specified position within the collection.</value>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBandCollection.Item(System.String)">
<summary>
<para>Returns a band with the specified name within the collection.</para>
</summary>
<param name="name">The band with the specified name; null (Nothing in visual basic) if no band is found.</param>
<value>The band's name to be found.</value>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBandCollection.OwnerBand">
<summary>
<para>Gets a band that owns the current collection.</para>
</summary>
<value>An object that specifies the band owning the current collection.</value>
</member>
<member name="M:DevExpress.XtraTreeList.Columns.TreeListBandCollection.Remove(DevExpress.XtraTreeList.Columns.TreeListBand)">
<summary>
<para>Removes the specified band from the band collection.</para>
</summary>
<param name="band">An object that specifies the band to be removed.</param>
</member>
<member name="M:DevExpress.XtraTreeList.Columns.TreeListBandCollection.SetBandIndex(System.Int32,DevExpress.XtraTreeList.Columns.TreeListBand)">
<summary>
<para>Changes the specified band's position within the collection.</para>
</summary>
<param name="newIndex">A new band position within the collection.</param>
<param name="band">An object that specifies the band to be moved.</param>
</member>
<member name="P:DevExpress.XtraTreeList.Columns.TreeListBandCollection.TreeList">
<summary>
<para>Gets a <see cref="T:DevExpress.XtraTreeList.TreeList"/> object that owns the current collection.</para>