-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDevExpress.XtraNavBar.v15.2.xml
5058 lines (3913 loc) · 187 KB
/
DevExpress.XtraNavBar.v15.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"?>
<doc>
<assembly>
<name>DevExpress.XtraNavBar.v15.2</name>
</assembly>
<members>
<member name="T:DevExpress.XtraNavBar.NavPaneState">
<summary>
<para>Enumerates possible states for a NavBarControl when the NavigationPane paint style is applied.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.NavPaneState.Collapsed">
<summary>
<para>A NavBarControl is in its minimized state.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.NavPaneState.Expanded">
<summary>
<para>A NavBarControl is in its normal state.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraNavBar.OptionsNavPane">
<summary>
<para>Contains options that affect the control's appearance and behavior when the NavigationPane paint style is applied.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraNavBar.OptionsNavPane.#ctor(DevExpress.XtraNavBar.OptionsNavPane)">
<summary>
<para>Initializes a new instance of the OptionsNavPane class with the options specified by the constructor's parameter.
</para>
</summary>
<param name="source">
An <see cref="T:DevExpress.XtraNavBar.OptionsNavPane"/> object whose settings are copied to the newly created object.
</param>
</member>
<member name="M:DevExpress.XtraNavBar.OptionsNavPane.#ctor(DevExpress.XtraNavBar.NavBarControl)">
<summary>
<para>Initializes a new instance of the OptionsNavPane class.
</para>
</summary>
<param name="navBar">
A <see cref="T:DevExpress.XtraNavBar.NavBarControl"/> object that owns the created object. This value is assigned to the <see cref="P:DevExpress.XtraNavBar.OptionsNavPane.NavBar"/> property.
</param>
</member>
<member name="P:DevExpress.XtraNavBar.OptionsNavPane.ActualNavPaneState">
<summary>
<para>Gets the actual expansion state of the NavBarControl (in the NavigationPane paint style).
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraNavBar.NavPaneState"/> value that specifies the control's actual expansion state.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.OptionsNavPane.AllowOptionsMenuItem">
<summary>
<para>Gets or sets whether an end-user can invoke the <b>Navigation Pane Options</b> dialog to customize the order of groups and font settings of items.
</para>
</summary>
<value><b>true</b> if an end-user can invoke the Navigation Pane Options Dialog; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.OptionsNavPane.AnimationFramesCount">
<summary>
<para>Gets or sets the number of animation frames when the control is being expanded or collapsed.
</para>
</summary>
<value>An integer value that specifies the number of animation frames when the control is being expanded or collapsed.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.OptionsNavPane.CollapsedNavPaneContentControl">
<summary>
<para>Gets or sets the control embedded into the NavBarControl when the nav bar is painted using the Navigation Pane View and the nav bar is collapsed.
</para>
</summary>
<value>The control embedded into the NavBarControl when the nav bar is painted using the Navigation Pane View and the nav bar is collapsed.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.OptionsNavPane.CollapsedWidth">
<summary>
<para>Gets or sets the control's width when in the collapsed state.
</para>
</summary>
<value>An integer value that specifies the control's width in the collapsed state.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.OptionsNavPane.DefaultNavPaneHeaderImageSize">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.XtraNavBar.OptionsNavPane.Dispose">
<summary>
<para>Disposes of the current object and releases all the allocated resources.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraNavBar.OptionsNavPane.ExpandButtonMode">
<summary>
<para>Gets or sets the direction of the expand button's arrow and also the direction in which the control is collapsed/expanded.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.Controls.ExpandButtonMode"/> value that specifies the direction of the expand button's arrow.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.OptionsNavPane.ExpandedWidth">
<summary>
<para>Gets or sets the control's width when in the expanded state.
</para>
</summary>
<value>An integer value that specifies the control's width in the expanded state.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.OptionsNavPane.GroupImageShowMode">
<summary>
<para>Gets or sets whether a group image is always visible, or visible only when the <see cref="T:DevExpress.XtraNavBar.NavBarControl"/> is collapsed.
</para>
</summary>
<value>The <b>GroupImageShowMode</b> value that specifies whether a group image is always visible or visible only when the <see cref="T:DevExpress.XtraNavBar.NavBarControl"/> is collapsed.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.OptionsNavPane.IsAnimationInProgress">
<summary>
<para>Gets whether the control is being expanded or collapsed.
</para>
</summary>
<value><b>true</b> if the control is being expanded or collapsed.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.OptionsNavPane.MaxPopupFormWidth">
<summary>
<para>Gets or sets the maximum width of the popup form displayed when clicking the active NavBarGroup in the collapsed NavBarControl.
</para>
</summary>
<value>A <b>System.Int32</b> value specifying the maximum width of the popup form.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.OptionsNavPane.NavBar">
<summary>
<para>Gets the NavBarControl that owns the current object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraNavBar.NavBarControl"/> object that owns the current OptionsNavPane object.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.OptionsNavPane.NavPaneState">
<summary>
<para>Gets or sets the NavBarControl's expansion state when the NavigationPane paint style is applied.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraNavBar.NavPaneState"/> value that specifies the control's expansion state.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.OptionsNavPane.PopupFormSize">
<summary>
<para>Gets or sets the popup form's size.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Size"/> structure that specifies the popup form's width and height, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.OptionsNavPane.ShowExpandButton">
<summary>
<para>Gets or sets whether the expand button is visible when the NavigationPane paint style is applied.
</para>
</summary>
<value><b>true</b> if the expand button is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.OptionsNavPane.ShowGroupImageInHeader">
<summary>
<para>Gets or sets whether to display the active group's image in the NavBarControl's header.
</para>
</summary>
<value><b>true</b> to display the active group's image in the NavBarControl's header; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.OptionsNavPane.ShowHeaderText">
<summary>
<para>Gets or sets whether to display the active group's caption in the NavBarControl's header.
</para>
</summary>
<value><b>true</b>, to display the active group's caption in the NavBarControl's header; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.OptionsNavPane.ShowOverflowButton">
<summary>
<para>Gets or sets the visibility of the overflow button displayed within the Navigation Pane Overflow Panel.
</para>
</summary>
<value><b>true</b> if the overflow button is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.OptionsNavPane.ShowOverflowPanel">
<summary>
<para>Gets or sets whether the Overflow panel is displayed.
</para>
</summary>
<value><b>true</b> to display the Overflow panel; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.OptionsNavPane.ShowSplitter">
<summary>
<para>Gets or sets whether the Navigation Pane Splitter is visible.
</para>
</summary>
<value><b>true</b> to display the splitter; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraNavBar.SkinExplorerBarViewScrollStyle">
<summary>
<para>Lists the values that specify how a NavBarControl is scrolled when a skinning Explorer Bar View paint scheme is applied.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.SkinExplorerBarViewScrollStyle.Buttons">
<summary>
<para>The control is scrolled using scroll buttons.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.SkinExplorerBarViewScrollStyle.Default">
<summary>
<para>Currently, this is the same as the <see cref="F:DevExpress.XtraNavBar.SkinExplorerBarViewScrollStyle.Buttons"/> option.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.SkinExplorerBarViewScrollStyle.ScrollBar">
<summary>
<para>The control is scrolled using a scroll bar.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraNavBar.LinkSelectionModeType">
<summary>
<para>Defines the set of values used to specify the link selection mode in the <see cref="T:DevExpress.XtraNavBar.NavBarControl"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.LinkSelectionModeType.None">
<summary>
<para>Link selection is disabled.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.LinkSelectionModeType.OneInControl">
<summary>
<para>Only one link at a time can be selected throughout the <see cref="T:DevExpress.XtraNavBar.NavBarControl"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.LinkSelectionModeType.OneInGroup">
<summary>
<para>Each group can have a selected link independent of other groups. A group will not have a selected link until you or an end-user has explicitly selected a link.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.LinkSelectionModeType.OneInGroupAndAllowAutoSelect">
<summary>
<para>Each group has a selected link independent of other groups. Unlike the <see cref="F:DevExpress.XtraNavBar.LinkSelectionModeType.OneInGroup"/> mode, the <b>OneInGroupAndAllowAutoSelect</b> mode enables automatic link selection in a group (on group activation) if the group does not already have a selection. By default, the first link in the group is auto-selected. To prevent a specific link from being auto-selected, use the <see cref="P:DevExpress.XtraNavBar.NavBarItem.AllowAutoSelect"/> and <see cref="P:DevExpress.XtraNavBar.NavBarItemLink.AllowAutoSelect"/> properties.
Automatic link selection is not supported for Explorer Bar Views.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraNavBar.NavBarLayoutOptions">
<summary>
<para>Provides members related to typical <see cref="T:DevExpress.XtraNavBar.NavBarControl"/> layout settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraNavBar.NavBarLayoutOptions.#ctor">
<summary>
<para>Initializes a new instance of the NavBarLayoutOptions class.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarLayoutOptions.StoreAppearance">
<summary>
<para>Gets or sets whether the items' appearance settings are also stored when the layout is saved to storage, and restored when the layout is restored from storage.
</para>
</summary>
<value><b>true</b>, if the items' appearance settings are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraNavBar.NavBarViewKind">
<summary>
<para>Lists values that specify the kind of the NavBarControl's paint style.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.NavBarViewKind.Default">
<summary>
<para>The nav bar is painted using the currently applied WindowsXP theme or Skin.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.NavBarViewKind.ExplorerBar">
<summary>
<para>The nav bar is painted flat, using the currently applied WindowsXP theme or Skin.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.NavBarViewKind.NavigationPane">
<summary>
<para>The nav bar is painted like a Navigation Pane, the look and feel settings are ignored.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.NavBarViewKind.SideBar">
<summary>
<para>The nav bar is painted like a Side Bar, it can only be painted flat, using the <b>Style3D</b> style or the currently applied WindowsXP theme.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraNavBar.NavBarAppearances">
<summary>
<para>Provides the appearance settings used to paint the XtraNavBar control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraNavBar.NavBarAppearances.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraNavBar.NavBarAppearances"/> class.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarAppearances.Background">
<summary>
<para>Gets the appearance settings used to paint the NavBarControl's background.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the NavBarControl's background.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarAppearances.Button">
<summary>
<para>Gets the appearance settings used to paint scroll buttons.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint scroll buttons.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarAppearances.ButtonDisabled">
<summary>
<para>Gets the appearance settings used to paint scroll buttons when they are disabled.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint scroll buttons when they are disabled.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarAppearances.ButtonHotTracked">
<summary>
<para>Gets the appearance settings used to paint hot-tracked scroll buttons.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint hot-tracked scroll buttons.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarAppearances.ButtonPressed">
<summary>
<para>Gets the appearance settings used to paint the pressed scroll button.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the pressed scroll button.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarAppearances.GroupBackground">
<summary>
<para>Gets the appearance settings used to paint the group's background.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the group's background.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarAppearances.GroupHeader">
<summary>
<para>Gets the appearance settings used to paint group headers.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint group headers.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarAppearances.GroupHeaderActive">
<summary>
<para>Gets the appearance settings used to paint the header of the currently active Group.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the header of the currently active group.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarAppearances.GroupHeaderHotTracked">
<summary>
<para>Gets the appearance settings used to paint the group header when it's hot-tracked.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the group header when it's hot-tracked.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarAppearances.GroupHeaderPressed">
<summary>
<para>Gets the appearance settings used to paint the group header when it's pressed.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the group header when it's pressed.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarAppearances.Hint">
<summary>
<para>Gets the appearance settings used to paint hints.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint hints.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarAppearances.Item">
<summary>
<para>Gets the appearance settings used to paint item links.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint item links.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarAppearances.ItemActive">
<summary>
<para>Gets the appearance settings used to paint the currently active item link.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the currently active item link.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarAppearances.ItemDisabled">
<summary>
<para>Gets the appearance settings used to paint the item link which is disabled.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the item link which is disabled.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarAppearances.ItemHotTracked">
<summary>
<para>Gets the appearance settings used to paint the item link when it's hot-tracked.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the item link when it's hot-tracked.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarAppearances.ItemPressed">
<summary>
<para>Gets the appearance settings used to paint an item link when it's pressed.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint an item link when it's pressed.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarAppearances.LinkDropTarget">
<summary>
<para>Gets the appearance settings used to paint the horizontal line which indicates the position that the link is being dragged to.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the horizontal line which indicates the position that the link is being dragged to.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarAppearances.NavigationPaneHeader">
<summary>
<para>Gets the appearance settings used to paint the navigation pane's header.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the header of the navigation pane.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarAppearances.NavPaneContentButton">
<summary>
<para>Gets the appearance settings used to paint the <b>Content Button</b>.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that contains appearance settings.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarAppearances.NavPaneContentButtonHotTracked">
<summary>
<para>Gets the appearance settings used to paint the <b>Content Button</b> when it is hot-tracked.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that contains appearance settings.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarAppearances.NavPaneContentButtonPressed">
<summary>
<para>Gets the appearance settings used to paint the <b>Content Button</b> in the pressed state.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that contains appearance settings.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarAppearances.NavPaneContentButtonReleased">
<summary>
<para>Gets the appearance settings used to paint the <b>Content Button</b> after it has been pressed and released by a user.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that contains appearance settings.
</value>
</member>
<member name="T:DevExpress.XtraNavBar.NavBarGroupControlContainer">
<summary>
<para>Represents the container displayed within a NavBar group when this group's <see cref="P:DevExpress.XtraNavBar.NavBarGroup.GroupStyle"/> property is set to <see cref="F:DevExpress.XtraNavBar.NavBarGroupStyle.ControlContainer"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraNavBar.NavBarGroupControlContainer.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraNavBar.NavBarGroupControlContainer"/> class.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarGroupControlContainer.Anchor">
<summary>
<para>Gets or sets which control edges are anchored to the edges of its container. This property is not supported by the NavBarGroupControlContainer class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.AnchorStyles"/> value.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarGroupControlContainer.AutoScroll">
<summary>
<para>Gets or sets a value indicating whether the container will allow an end-user to scroll to any controls placed outside of its visible boundaries.
</para>
</summary>
<value><b>true</b> if the container allows auto-scrolling; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarGroupControlContainer.BackColor">
<summary>
<para>Gets the background color of the control container.
</para>
</summary>
<value>The background color of the control container.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarGroupControlContainer.Dock">
<summary>
<para>Gets or sets which edge of the parent container a control is docked to.
</para>
</summary>
<value>This property always returns DockStyle.None.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarGroupControlContainer.Location">
<summary>
<para>Gets or sets the coordinates of the container's upper-left corner in relation to the group's upper-left corner.
</para>
</summary>
<value>The <see cref="T:System.Drawing.Point"/> that represents the upper-left corner of the container relative to the upper-left corner of the group.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarGroupControlContainer.OwnerGroup">
<summary>
<para>Gets the group that owns the current control container.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraNavBar.NavBarGroup"/> object that specifies the group that owns and displays the control container.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarGroupControlContainer.Size">
<summary>
<para>Gets or sets the height and width of the container.
</para>
</summary>
<value>The <see cref="T:System.Drawing.Size"/> object that represents the height and width of the container in pixels.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarGroupControlContainer.TabStop">
<summary>
<para>Gets or sets a value indicating whether a user can focus this control using the TAB key.
</para>
</summary>
<value><b>true</b> if the user can focus the control using the TAB key; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraNavBar.NavBarGroupControlContainer.Visible">
<summary>
<para>Gets or sets a value indicating whether the container is visible.
</para>
</summary>
<value><b>true</b> if the control is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraNavBar.NavBarStringId">
<summary>
<para>Contains values corresponding to strings that can be localized.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.NavBarStringId.NavPaneChevronHint">
<summary>
<para>The text of the hint displayed for the dropdown button in the Overflow panel. This panel is available when the "NavigationPane" view is applied.
<para>
Default return value of the <b>GetLocalizedString</b> method: "Configure buttons"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.NavBarStringId.NavPaneMenuAddRemoveButtons">
<summary>
<para>The caption of the "Add or Remove Buttons" item in the dropdown menu displayed for the Overflow panel when the "NavigationPane" view is applied.
<para>
Default return value of the <b>GetLocalizedString</b> method: "Add or Remove Buttons"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.NavBarStringId.NavPaneMenuPaneOptions">
<summary>
<para>The title of the menu item displaying the <b>Navigation Pane Options</b> dialog (see <see cref="P:DevExpress.XtraNavBar.OptionsNavPane.AllowOptionsMenuItem"/>).
<para>
Default return value of the <b>GetLocalizedString</b> method: "Navigation Pane Options..."
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.NavBarStringId.NavPaneMenuShowFewerButtons">
<summary>
<para>The caption of the "Show Fewer Buttons" item in the dropdown menu displayed for the Overflow panel when the "NavigationPane" view is applied.
<para>
Default return value of the <b>GetLocalizedString</b> method: "Show Fewer Buttons"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.NavBarStringId.NavPaneMenuShowMoreButtons">
<summary>
<para>The caption of the "Show More Buttons" item in the dropdown menu displayed for the Overflow panel when the "NavigationPane" view is applied.
<para>
Default return value of the <b>GetLocalizedString</b> method: "Show More Buttons"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.NavBarStringId.NavPaneOptionsFormCancel">
<summary>
<para>The caption of the Cancel button in the <b>Navigation Pane Options</b> dialog (see <see cref="P:DevExpress.XtraNavBar.OptionsNavPane.AllowOptionsMenuItem"/>).
<para>
Default return value of the <b>GetLocalizedString</b> method: ""
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.NavBarStringId.NavPaneOptionsFormDescription">
<summary>
<para>A description label in the <b>Navigation Pane Options</b> dialog (see <see cref="P:DevExpress.XtraNavBar.OptionsNavPane.AllowOptionsMenuItem"/>).
<para>
Default return value of the <b>GetLocalizedString</b> method: "Display buttons in this order"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.NavBarStringId.NavPaneOptionsFormFont">
<summary>
<para>The caption of the Font button in the <b>Navigation Pane Options</b> dialog (see <see cref="P:DevExpress.XtraNavBar.OptionsNavPane.AllowOptionsMenuItem"/>).
<para>
Default return value of the <b>GetLocalizedString</b> method: "Font"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.NavBarStringId.NavPaneOptionsFormMoveDown">
<summary>
<para>The caption of the Move Down button in the <b>Navigation Pane Options</b> dialog (see <see cref="P:DevExpress.XtraNavBar.OptionsNavPane.AllowOptionsMenuItem"/>).
<para>
Default return value of the <b>GetLocalizedString</b> method: "Move Down"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.NavBarStringId.NavPaneOptionsFormMoveUp">
<summary>
<para>The caption of the Move Up button in the <b>Navigation Pane Options</b> dialog (see <see cref="P:DevExpress.XtraNavBar.OptionsNavPane.AllowOptionsMenuItem"/>).
<para>
Default return value of the <b>GetLocalizedString</b> method: "Move Up"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.NavBarStringId.NavPaneOptionsFormOk">
<summary>
<para>The caption of the Ok button in the <b>Navigation Pane Options</b> dialog (see <see cref="P:DevExpress.XtraNavBar.OptionsNavPane.AllowOptionsMenuItem"/>).
<para>
Default return value of the <b>GetLocalizedString</b> method: "OK"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.NavBarStringId.NavPaneOptionsFormReset">
<summary>
<para>The caption of the Reset button in the <b>Navigation Pane Options</b> dialog (see <see cref="P:DevExpress.XtraNavBar.OptionsNavPane.AllowOptionsMenuItem"/>).
<para>
Default return value of the <b>GetLocalizedString</b> method: "Reset"
</para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraNavBar.NavBarImage">
<summary>
<para>Contains possible styles for displaying images within groups' captions.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.NavBarImage.Default">
<summary>
<para>A group's caption displays a small image, if available. If no small image is available, the group displays a large image. If no large image is available, the group does not display any image.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.NavBarImage.Large">
<summary>
<para>A group's caption displays a large image, if available. If no large image is available, the group does not display any image.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.NavBarImage.Small">
<summary>
<para>A group's caption displays a small image, if available. If no small image is available, the group does not display any image.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraNavBar.NavBarGroupStyle">
<summary>
<para>Contains possible styles for representing a group's contents.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.NavBarGroupStyle.ControlContainer">
<summary>
<para><para>
This setting allows you to display any controls within the group. In this case, the group does not display its links. Instead, it provides a container control - a surface on which you can place any arbitrary controls. For more information, see the <see cref="T:DevExpress.XtraNavBar.NavBarGroupControlContainer"/> topic.
</para>
In the image below the NavBarControl's group displays a Tree List control.
<para>
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.NavBarGroupStyle.Default">
<summary>
<para>The link arrangement mode is dependent on the current View.
<para>
In the following Views, links are painted in the <b>LargeIconsText</b> mode: <b>BaseView</b>, <b>FlatView</b>, <b>Office1View</b>, <b>Office2View</b>, <b>Office3View</b>, <b>AdvExplorerBarView</b>, <b>ExplorerBarView</b>, <b>UltraFlatExplorerBarView</b>, <b>XP1View</b>, <b>XP2View</b> and <b>XPExplorerBarView</b>.
</para>
<para>
In other Views, links are painted in the <b>SmallIconsText</b> mode.
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.NavBarGroupStyle.LargeIconsList">
<summary>
<para>A group's links are displayed across then down, using large icons and without captions.
<para>
</para>
This mode is supported in the following paint Views: <b>BaseView</b>, <b>FlatView</b>, <b>Office1View</b>, <b>Office2View</b>, <b>Office3View</b>, <b>UltraFlatExplorerBarView</b>, <b>XP1View</b>, <b>XP2View</b> and <b>NavigationPane</b>.
<para>
In other paint Views, links are painted differently:
</para>
<para>
- <b>VSToolBoxView</b> - links are painted in the <b>SmallIconsList</b> mode.
</para>
<para>
- all other paint Views - links are painted in the <b>LargeIconsText</b> mode.
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraNavBar.NavBarGroupStyle.LargeIconsText">
<summary>
<para>A group's links are displayed in one column, using large icons and with captions.
<para>