-
Notifications
You must be signed in to change notification settings - Fork 7
/
DevExpress.XtraRichEdit.v20.2.xml
3230 lines (3230 loc) · 194 KB
/
DevExpress.XtraRichEdit.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.XtraRichEdit.v20.2</name>
</assembly>
<members>
<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.RepositoryItemRichTextEdit">
<summary>
<para>Contains settings specific to an in-place editor that displays RTF data.</para>
</summary>
</member>
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit.AcceptsTab">
<summary>
<para>Gets or sets a value specifying whether a tab character can be inserted into the editor's text.</para>
</summary>
<value>true if tab characters typed within the control are accepted and processed by an editor; otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
<summary>
<para>Copies the 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.RepositoryItemRichTextEdit.AutoHeight">
<summary>
<para>Gets whether the editor's height is calculated automatically to fit the editor's content. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</para>
</summary>
<value>Always false.</value>
</member>
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit.ConvertEditValueToPlainText(System.Object)">
<summary>
<para>Converts the specified value to plain text.</para>
</summary>
<param name="editValue">A value to be converted to plain text.</param>
<returns>A string that is the result of the conversion.</returns>
</member>
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit.CustomHeight">
<summary>
<para>Gets or sets the editor's height.</para>
</summary>
<value>An integer value that specifies the editor's height, in pixels.</value>
</member>
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit.DocumentFormat">
<summary>
<para>Gets or sets the format of the document contained in the editor.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member, specifying the document format.</value>
</member>
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit.EditorTypeName">
<summary>
<para>Gets the class name of an editor corresponding to the current repository item.</para>
</summary>
<value>A <see cref="T:System.String"/> value that identifies the class name of a corresponding editor.</value>
</member>
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit.Encoding">
<summary>
<para>Gets or sets the character encoding of the document contained in the editor.</para>
</summary>
<value>A <see cref="T:System.Text.Encoding"/> object specifying the character encoding.</value>
</member>
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit.EncodingWebName">
<summary>
<para>Gets or sets the character encoding by specifying the name registered with the Internet Assigned Numbers Authority (IANA).</para>
</summary>
<value>A string, representing the IANA encoding.</value>
</member>
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit.GetBrick(DevExpress.XtraEditors.PrintCellHelperInfo)">
<summary>
<para>Returns a brick object that contains information on how the current editor should be printed.</para>
</summary>
<param name="info">A DevExpress.XtraEditors.PrintCellHelperInfo object that provides information on the editor's state and appearance settings that will be used when the editor is printed.</param>
<returns>An DevExpress.XtraPrinting.IVisualBrick object that provides information on how the current editor should be printed.</returns>
</member>
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit.HorizontalIndent">
<summary>
<para>Gets or sets a horizontal margin between the border and text.</para>
</summary>
<value>An integer value that specifies a horizontal margin, in pixels, between the border and text.</value>
</member>
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit.MaxHeight">
<summary>
<para>Gets or sets the editor's maximum height.</para>
</summary>
<value>An integer value that specifies the editor's maximum height, in pixels.</value>
</member>
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit.OptionsBehavior">
<summary>
<para>Provides access to an object that enables you to apply restrictions on different editor operations.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RichTextEditBehaviorOptions"/> class instance containing restriction specifications.</value>
</member>
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit.OptionsExport">
<summary>
<para>Provides access to options specific for document export to different formats.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Export.RichTextEditDocumentExportOptions"/> class instance containing export options.</value>
</member>
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit.OptionsHorizontalScrollbar">
<summary>
<para>Provides access to the options specific to the horizontal scrollbar of the rich text editor.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RichTextEditHorizontalScrollbarOptions"/> object used to specify options for the horizontal scrollbar.</value>
</member>
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit.OptionsImport">
<summary>
<para>Provides access to options specific for document import from different formats.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Import.RichTextEditDocumentImportOptions"/> class instance containing import options.</value>
</member>
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit.OptionsVerticalScrollbar">
<summary>
<para>Provides access to the options specific to the vertical scrollbar of the RichEditControl.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.VerticalScrollbarOptions"/> object used to specify options for the vertical scrollbar.</value>
</member>
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit.Register">
<summary>
<para>Registers the current <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit"/> instance within the default Repository.</para>
</summary>
</member>
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit.ShowCaretInReadOnly">
<summary>
<para>Gets or sets whether the mouse caret is displayed in read-only mode.</para>
</summary>
<value>true if the mouse caret is displayed in read-only mode; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit.UseTextEditorForAutoFilter">
<summary>
<para>Gets whether to substitute this editor with the single-line text editor in auto-filter rows.</para>
</summary>
<value>Always true.</value>
</member>
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit.VerticalIndent">
<summary>
<para>Gets or sets a vertical margin between the border and text.</para>
</summary>
<value>An integer value that specifies a vertical margin, in pixels, between the border and text.</value>
</member>
<member name="T:DevExpress.XtraEditors.Repository.RichTextEditBehaviorOptions">
<summary>
<para>Represents the storage of settings specifying end-user restrictions applied to document operations.</para>
</summary>
</member>
<member name="M:DevExpress.XtraEditors.Repository.RichTextEditBehaviorOptions.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Repository.RichTextEditBehaviorOptions"/> class.</para>
</summary>
</member>
<member name="T:DevExpress.XtraEditors.Repository.RichTextEditHorizontalScrollbarOptions">
<summary>
<para>Represents the class containing options for the horizontal scrollbar.</para>
</summary>
</member>
<member name="M:DevExpress.XtraEditors.Repository.RichTextEditHorizontalScrollbarOptions.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Repository.RichTextEditHorizontalScrollbarOptions"/> class.</para>
</summary>
</member>
<member name="N:DevExpress.XtraFilterEditor">
<summary>
<para>Contains classes which implement the functionality of the FilterEditor control.</para>
</summary>
</member>
<member name="T:DevExpress.XtraFilterEditor.FilterEditorControl">
<summary>
<para>Allows users to build filter criteria and apply them to controls and data sources. Supports visual and text criteria edit modes.</para>
</summary>
</member>
<member name="M:DevExpress.XtraFilterEditor.FilterEditorControl.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraFilterEditor.FilterEditorControl"/> class.</para>
</summary>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.ActiveEditor">
<summary>
<para>Gets the currently active editor used to edit operand value(s).</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.BaseEdit"/> descendant that represents the currently active editor. null (Nothing in Visual Basic) if no operand value is currently being edited.</value>
</member>
<member name="E:DevExpress.XtraFilterEditor.FilterEditorControl.ActiveEditorValidating">
<summary>
<para>Fires when the active editor in the tree-like Filter Control is being validated.</para>
</summary>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.ActiveView">
<summary>
<para>Gets or sets the control's active View.</para>
</summary>
<value>A FilterEditorActiveView value that specifies the control's active View.</value>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.AllowAggregateEditing">
<summary>
<para>Gets or sets whether filters can be created against properties that are List objects.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.FilterControlAllowAggregateEditing"/> value that specifies if filters can be created against properties that are List objects.</value>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.AllowCreateDefaultClause">
<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="P:DevExpress.XtraFilterEditor.FilterEditorControl.AppearanceEmptyValueColor">
<summary>
<para>Gets or sets the color of empty values.</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure that specifies the color of empty values.</value>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.AppearanceFieldNameColor">
<summary>
<para>Gets or sets the color of field names.</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure that specifies the color of field names.</value>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.AppearanceGroupOperatorColor">
<summary>
<para>Gets or sets the color of group operators.</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure that specifies the color of group operators.</value>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.AppearanceOperatorColor">
<summary>
<para>Gets or sets the color of logical operators.</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure that specifies the color of logical operators.</value>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.AppearanceTreeLine">
<summary>
<para>Gets the appearance settings used to paint tree lines.</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint tree lines.</value>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.AppearanceValueColor">
<summary>
<para>Gets or sets the color of values.</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure that specifies the color of values.</value>
</member>
<member name="M:DevExpress.XtraFilterEditor.FilterEditorControl.ApplyFilter">
<summary>
<para>Applies the filter criteria to the source control.</para>
</summary>
</member>
<member name="E:DevExpress.XtraFilterEditor.FilterEditorControl.BeforeShowValueEditor">
<summary>
<para>Fires before displaying an editor used to edit operands in the <see cref="T:DevExpress.XtraFilterEditor.FilterEditorControl"/>.</para>
</summary>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.BorderStyle">
<summary>
<para>Gets or sets the control's border style.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> value that specifies the control's border style.</value>
</member>
<member name="E:DevExpress.XtraFilterEditor.FilterEditorControl.CreateCriteriaCustomParse">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
</summary>
</member>
<member name="E:DevExpress.XtraFilterEditor.FilterEditorControl.CreateCriteriaParseContext">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
</summary>
</member>
<member name="E:DevExpress.XtraFilterEditor.FilterEditorControl.CreateCustomRepositoryItem">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
</summary>
</member>
<member name="E:DevExpress.XtraFilterEditor.FilterEditorControl.FilterChanged">
<summary>
<para>Occurs after filter criteria in the <see cref="T:DevExpress.XtraFilterEditor.FilterEditorControl"/> have been modified.</para>
</summary>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.FilterColumns">
<summary>
<para>Gets a filter column collection.</para>
</summary>
<value>A DevExpress.XtraEditors.Filtering.FilterColumnCollection object that represents the collection of filter columns.</value>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.FilterControl">
<summary>
<para>Returns the <see cref="T:DevExpress.XtraEditors.FilterControl"/> object that encapsulates the tree-like structure of the filter criteria.</para>
</summary>
<value>The <see cref="T:DevExpress.XtraEditors.FilterControl"/> object that encapsulates the tree-like structure of the filter criteria.</value>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.FilterCriteria">
<summary>
<para>Gets or sets the total filter expression.</para>
</summary>
<value>A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> descendant that represents the total filter expression.</value>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.FilterString">
<summary>
<para>Gets or sets the total filter expression.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the total filter expression.</value>
</member>
<member name="E:DevExpress.XtraFilterEditor.FilterEditorControl.FilterTextChanged">
<summary>
<para>Fires after a value of the <see cref="P:DevExpress.XtraFilterEditor.FilterEditorControl.FilterString"/> property has been changed.</para>
</summary>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.FilterViewInfo">
<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="P:DevExpress.XtraFilterEditor.FilterEditorControl.Font">
<summary>
<para>Gets or sets the font for the control.</para>
</summary>
<value>A Font for the control.</value>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.IsFilterCriteriaValid">
<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="E:DevExpress.XtraFilterEditor.FilterEditorControl.ItemDoubleClick">
<summary>
<para>Fires after any element (logical operator, operand value, field name, etc.) of the Filter Control has been double clicked.</para>
</summary>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.LevelIndent">
<summary>
<para>Gets or sets a value which specifies the width of level indents (horizontal tree lines).</para>
</summary>
<value>An integer value that specifies the indent, in pixels.</value>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.MenuManager">
<summary>
<para>Gets or sets the menu manager which controls the look and feel of the context menus.</para>
</summary>
<value>An object which implements the DevExpress.Utils.Menu.IDXMenuManager interface.</value>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.Model">
<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="P:DevExpress.XtraFilterEditor.FilterEditorControl.NodeSeparatorHeight">
<summary>
<para>Gets or sets the distance between logical expressions.</para>
</summary>
<value>An integer value which specifies the distance between logical expressions, in pixels.</value>
</member>
<member name="M:DevExpress.XtraFilterEditor.FilterEditorControl.SetDefaultColumn(DevExpress.XtraEditors.Filtering.FilterColumn)">
<summary>
<para>Specifies the filter column which is used by default when a new logical expression is created.</para>
</summary>
<param name="column">A DevExpress.XtraEditors.Filtering.FilterColumn object or a descendant which represents the filter column used by default when a new logical expression is created.</param>
</member>
<member name="M:DevExpress.XtraFilterEditor.FilterEditorControl.SetFilterColumnsCollection(DevExpress.XtraEditors.Filtering.FilterColumnCollection)">
<summary>
<para>Creates filter columns.</para>
</summary>
<param name="columns">A DevExpress.XtraEditors.Filtering.FilterColumnCollection object that represents the collection of filter columns.</param>
</member>
<member name="M:DevExpress.XtraFilterEditor.FilterEditorControl.SetFilterColumnsCollection(DevExpress.XtraEditors.Filtering.FilterColumnCollection,DevExpress.Utils.Menu.IDXMenuManager)">
<summary>
<para>Creates filter columns.</para>
</summary>
<param name="columns">A DevExpress.XtraEditors.Filtering.FilterColumnCollection object that represents the collection of filter columns.</param>
<param name="manager">An object which represents the menu manager which controls the look and feel of the context menus.</param>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.ShowDateTimeFunctions">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.ShowDateTimeOperators">
<summary>
<para>Gets or sets whether date-time specific operators are available for date-time fields.</para>
</summary>
<value>true if date-time specific operators are available for date-time fields; otherwise, false</value>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.ShowFunctions">
<summary>
<para>Gets or sets whether the <see cref="T:DevExpress.XtraFilterEditor.FilterEditorControl"/> allows specific functions/constants to be used within operand value boxes.</para>
</summary>
<value>true if the <see cref="T:DevExpress.XtraFilterEditor.FilterEditorControl"/> allows specific functions/constants to be used within operand value boxes; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.ShowGroupCommandsIcon">
<summary>
<para>Gets or sets whether the group commands icon is displayed.</para>
</summary>
<value>true to display the group commands icon; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.ShowIsNullOperatorsForStrings">
<summary>
<para>Gets or sets whether the IsNull operator is available for string values in the tree-like Filter Control.</para>
</summary>
<value>true, if the IsNull operator is available for string values; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.ShowOperandTypeIcon">
<summary>
<para>Gets or sets whether a user can swap the second operand's type (between the Value box and Field list). The Field list allows users to compare the first operand (field) with another field.</para>
</summary>
<value>true, to allow end-users to swap the second operand's type; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.SortFilterColumns">
<summary>
<para>Gets or sets whether column captions appear sorted in the <see cref="T:DevExpress.XtraFilterEditor.FilterEditorControl"/>'s menus.</para>
</summary>
<value>true to sort column captions; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.SourceControl">
<summary>
<para>Gets or sets the source control.</para>
</summary>
<value>An object that represents the source control for the Filter Control.</value>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.StyleController">
<summary>
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</para>
</summary>
<value>null (Nothing in Visual Basic)</value>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.UseMenuForOperandsAndOperators">
<summary>
<para>Gets or sets whether a menu or combobox editor is used to select operands and operators in a <see cref="T:DevExpress.XtraFilterEditor.FilterEditorControl"/>. This property is not supported when filters are edited in a text-based form (see <see cref="P:DevExpress.XtraFilterEditor.FilterEditorControl.ViewMode"/>).</para>
</summary>
<value>true if a menu is used to select operands and operators in a <see cref="T:DevExpress.XtraFilterEditor.FilterEditorControl"/>; false if a combobox editor is used.</value>
</member>
<member name="P:DevExpress.XtraFilterEditor.FilterEditorControl.ViewMode">
<summary>
<para>Gets or sets how a Filter Editor's criteria can be edited.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.FilterEditorViewMode"/> value that specifies how a Filter Editor's criteria can be edited.</value>
</member>
<member name="N:DevExpress.XtraRichEdit">
<summary>
<para>Contains classes which implement the main functionality of the RichEdit suite.</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.BookmarkFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.BookmarkFormShowing"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.BookmarkFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.BookmarkFormControllerParameters)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraRichEdit.BookmarkFormShowingEventArgs"/> class with the specified information for initializing the dialog controls.</para>
</summary>
<param name="controllerParameters">A DevExpress.XtraRichEdit.Forms.BookmarkFormControllerParameters object containing information to be displayed in the form.</param>
</member>
<member name="P:DevExpress.XtraRichEdit.BookmarkFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Bookmark dialog controls.</para>
</summary>
<value>A DevExpress.XtraRichEdit.Forms.BookmarkFormControllerParameters object containing information to be displayed in the form.</value>
</member>
<member name="T:DevExpress.XtraRichEdit.BookmarkFormShowingEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.BookmarkFormShowing"/> event.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.XtraRichEdit.BookmarkFormShowingEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraRichEdit.ColumnsSetupFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.ColumnsSetupFormShowing"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.ColumnsSetupFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.ColumnsSetupFormControllerParameters)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraRichEdit.ColumnsSetupFormShowingEventArgs"/> class with the specified information for initializing the dialog controls.</para>
</summary>
<param name="controllerParameters">A DevExpress.XtraRichEdit.Forms.ColumnsSetupFormControllerParameters object containing information to be displayed in the form.</param>
</member>
<member name="P:DevExpress.XtraRichEdit.ColumnsSetupFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Columns dialog controls.</para>
</summary>
<value>A DevExpress.XtraRichEdit.Forms.ColumnsSetupFormControllerParameters object containing information to be displayed in the form.</value>
</member>
<member name="T:DevExpress.XtraRichEdit.ColumnsSetupFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.ColumnsSetupFormShowing"/> event.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.XtraRichEdit.ColumnsSetupFormShowingEventArgs"/> object which contains event data.</param>
</member>
<member name="N:DevExpress.XtraRichEdit.Commands">
<summary>
<para>Contains command objects used in the RichEditControl end-user interface, and internally.</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.FindNextCommand">
<summary>
<para>Looks for the next matching string as defined in the search criteria given by the preceding FindCommand.</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.FindNextCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraRichEdit.Commands.FindNextCommand"/> class with the specified owner.</para>
</summary>
<param name="control">An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the RichEditControl).</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.FindNextCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.</para>
</summary>
<value>An XtraRichEditStringId enumeration value, identifying the resource string.</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.FindNextCommand.Id">
<summary>
<para>Gets the ID of the <see cref="T:DevExpress.XtraRichEdit.Commands.FindNextCommand"/>.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member, identifying the command.</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.FindNextCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption corresponding to <see cref="T:DevExpress.XtraRichEdit.Commands.FindNextCommand"/>.</para>
</summary>
<value>A XtraRichEditStringId enumeration value, identifying the resource string.</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.FindPrevCommand">
<summary>
<para>Looks for the previous matching string as defined in the search criteria given by the preceding FindCommand.</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.FindPrevCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraRichEdit.Commands.FindPrevCommand"/> class with the specified owner.</para>
</summary>
<param name="control">An object implementing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface, specifying the owner of the command.</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.FindPrevCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.</para>
</summary>
<value>An XtraRichEditStringId enumeration value, identifying the resource string.</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.FindPrevCommand.Id">
<summary>
<para>Gets the ID of the <see cref="T:DevExpress.XtraRichEdit.Commands.FindPrevCommand"/>.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member, identifying the command.</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.FindPrevCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption corresponding to <see cref="T:DevExpress.XtraRichEdit.Commands.FindPrevCommand"/>.</para>
</summary>
<value>A XtraRichEditStringId enumeration value, identifying the resource string.</value>
</member>
<member name="T:DevExpress.XtraRichEdit.ConvertNotesFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.ConvertNotesFormShowing"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.ConvertNotesFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.NotesFormController)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraRichEdit.ConvertNotesFormShowingEventArgs"/> class with specified settings.</para>
</summary>
<param name="controller">A DevExpress.XtraRichEdit.Forms.NotesFormController object containing information to be displayed in the form.</param>
</member>
<member name="P:DevExpress.XtraRichEdit.ConvertNotesFormShowingEventArgs.Controller">
<summary>
<para>Gets the information for initializing the Convert Notes dialog control.</para>
</summary>
<value>A DevExpress.XtraRichEdit.Forms.NotesFormController object containing information to be displayed in the form.</value>
</member>
<member name="T:DevExpress.XtraRichEdit.ConvertNotesFormShowingEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.ConvertNotesFormShowing"/> event.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.XtraRichEdit.BookmarkFormShowingEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraRichEdit.DeleteTableCellsFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.DeleteTableCellsFormShowing"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.DeleteTableCellsFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.DeleteTableCellsFormControllerParameters)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraRichEdit.DeleteTableCellsFormShowingEventArgs"/> class with the specified information for initializing the dialog controls.</para>
</summary>
<param name="controllerParameters">A DevExpress.XtraRichEdit.Forms.DeleteTableCellsFormControllerParameters object containing information to be displayed in the form.</param>
</member>
<member name="P:DevExpress.XtraRichEdit.DeleteTableCellsFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Delete Cells dialog controls.</para>
</summary>
<value>A DevExpress.XtraRichEdit.Forms.DeleteTableCellsFormControllerParameters object containing information to be displayed in the form.</value>
</member>
<member name="T:DevExpress.XtraRichEdit.DeleteTableCellsFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.DeleteTableCellsFormShowing"/> event.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.XtraRichEdit.DeleteTableCellsFormShowingEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraRichEdit.DocumentPropertiesFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.DocumentPropertiesFormShowing"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.DocumentPropertiesFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.DocumentPropertiesFormControllerParameters)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraRichEdit.DocumentPropertiesFormShowingEventArgs"/> class with the specified information for initializing the dialog controls.</para>
</summary>
<param name="controllerParameters">A DocumentPropertiesFormControllerParameters object containing information to be displayed in the form.</param>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentPropertiesFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Document Properties dialog controls.</para>
</summary>
<value>A DocumentPropertiesFormControllerParameters object containing information to be displayed in the form.</value>
</member>
<member name="T:DevExpress.XtraRichEdit.DocumentPropertiesFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.DocumentPropertiesFormShowing"/> event.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.XtraRichEdit.DocumentPropertiesFormShowingEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraRichEdit.DocumentProtectionQueryNewPasswordFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.DocumentProtectionQueryNewPasswordFormShowing"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.DocumentProtectionQueryNewPasswordFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.DocumentProtectionQueryNewPasswordFormControllerParameters)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraRichEdit.DocumentProtectionQueryNewPasswordFormShowingEventArgs"/> class with the specified information for initializing the dialog controls.</para>
</summary>
<param name="controllerParameters">A DevExpress.XtraRichEdit.Forms.DocumentProtectionQueryNewPasswordFormControllerParameters object containing information to be displayed in the form.</param>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentProtectionQueryNewPasswordFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Document Protection dialog controls.</para>
</summary>
<value>A DevExpress.XtraRichEdit.Forms.DocumentProtectionQueryNewPasswordFormControllerParameters object containing information to be displayed in the form.</value>
</member>
<member name="T:DevExpress.XtraRichEdit.DocumentProtectionQueryNewPasswordFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.DocumentProtectionQueryNewPasswordFormShowing"/> event.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.XtraRichEdit.DocumentProtectionQueryNewPasswordFormShowingEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraRichEdit.DocumentProtectionQueryPasswordFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.DocumentProtectionQueryPasswordFormShowing"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.DocumentProtectionQueryPasswordFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.DocumentProtectionQueryPasswordFormControllerParameters)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraRichEdit.DocumentProtectionQueryPasswordFormShowingEventArgs"/> class with the specified information for initializing the dialog controls.</para>
</summary>
<param name="controllerParameters">A DevExpress.XtraRichEdit.Forms.DocumentProtectionQueryPasswordFormControllerParameters object containing information to be displayed in the form.</param>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentProtectionQueryPasswordFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Unprotect Document dialog controls.</para>
</summary>
<value>A DevExpress.XtraRichEdit.Forms.DocumentProtectionQueryPasswordFormControllerParameters object containing information to be displayed in the form.</value>
</member>
<member name="T:DevExpress.XtraRichEdit.DocumentProtectionQueryPasswordFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.DocumentProtectionQueryPasswordFormShowing"/> event.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.XtraRichEdit.DocumentProtectionQueryPasswordFormShowingEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraRichEdit.EditStyleFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.EditStyleFormShowing"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.EditStyleFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.EditStyleFormControllerParameters)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraRichEdit.EditStyleFormShowingEventArgs"/> class with the specified information for initializing the dialog controls.</para>
</summary>
<param name="controllerParameters">A DevExpress.XtraRichEdit.Forms.EditStyleFormControllerParameters object containing information to be displayed in the form.</param>
</member>
<member name="P:DevExpress.XtraRichEdit.EditStyleFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Style Editor dialog controls.</para>
</summary>
<value>A DevExpress.XtraRichEdit.Forms.EditStyleFormControllerParameters object containing information to be displayed in the form.</value>
</member>
<member name="T:DevExpress.XtraRichEdit.EditStyleFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.EditStyleFormShowing"/> event.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.</param>
<param name="e">An <see cref="T:DevExpress.XtraRichEdit.EditStyleFormShowingEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraRichEdit.EncryptDocumentFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.EncryptDocumentFormShowing"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.EncryptDocumentFormShowingEventArgs.#ctor(System.Windows.Forms.IWin32Window,DevExpress.XtraRichEdit.Forms.EncryptionInfo)">
<summary>
<para>Initializes a new instance of the EncryptDocumentFormShowingEventArgs class with the specified information for initializing the dialog controls.</para>
</summary>
<param name="parent">An IWin32Window object.</param>
<param name="encryptionInfo">An encryption information (password).</param>
</member>
<member name="P:DevExpress.XtraRichEdit.EncryptDocumentFormShowingEventArgs.EncryptionInfo">
<summary>
<para>Provides access to the encryption information.</para>
</summary>
<value>An object containing the encryption information.</value>
</member>
<member name="T:DevExpress.XtraRichEdit.EncryptDocumentFormShowingEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.EncryptDocumentFormShowing"/> event.</para>
</summary>
<param name="sender">The event sender. Identifies the RichEditControl that raised the event.</param>
<param name="e">A <see cref="T:DevExpress.XtraRichEdit.EncryptDocumentFormShowingEventArgs"/> object that contains the event data.</param>
</member>
<member name="N:DevExpress.XtraRichEdit.Export">
<summary>
<para>Contains classes specific for document export in the RichEdit suite.</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.Export.RichTextEditDocumentExportOptions">
<summary>
<para>Contains options used for saving (exporting) documents from the <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit"/> control.</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Export.RichTextEditDocumentExportOptions.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraRichEdit.Export.RichTextEditDocumentExportOptions"/> class with the default settings.</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.FloatingInlineObjectLayoutOptionsFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.FloatingInlineObjectLayoutOptionsFormShowing"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.FloatingInlineObjectLayoutOptionsFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.FloatingInlineObjectLayoutOptionsFormControllerParameters)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraRichEdit.FloatingInlineObjectLayoutOptionsFormShowingEventArgs"/> class with the specified settings.</para>
</summary>
<param name="controllerParameters">A DevExpress.XtraRichEdit.Forms.FloatingInlineObjectLayoutOptionsFormControllerParameters object.</param>
</member>
<member name="P:DevExpress.XtraRichEdit.FloatingInlineObjectLayoutOptionsFormShowingEventArgs.ControllerParameters">
<summary>
<para>Contains data for the form controller.</para>
</summary>
<value>A DevExpress.XtraRichEdit.Forms.FloatingInlineObjectLayoutOptionsFormControllerParameters object.</value>
</member>
<member name="T:DevExpress.XtraRichEdit.FloatingInlineObjectLayoutOptionsFormShowingEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.FloatingInlineObjectLayoutOptionsFormShowing"/> event.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.XtraRichEdit.FloatingInlineObjectLayoutOptionsFormShowingEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraRichEdit.FontFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.FontFormShowing"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.FontFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.FontFormControllerParameters)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraRichEdit.FontFormShowingEventArgs"/> class with the specified information for initializing the dialog controls.</para>
</summary>
<param name="controllerParameters">A DevExpress.XtraRichEdit.Forms.FontFormControllerParameters object containing information to be displayed in the form.</param>
</member>
<member name="P:DevExpress.XtraRichEdit.FontFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Font dialog controls.</para>
</summary>
<value>A DevExpress.XtraRichEdit.Forms.FontFormControllerParameters object containing information to be displayed in the form.</value>
</member>
<member name="T:DevExpress.XtraRichEdit.FontFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.FontFormShowing"/> event.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.XtraRichEdit.FontFormShowingEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraRichEdit.FormShowingEventArgs">
<summary>
<para>Serves as the base for classes which provide data for the events which occur before the RichEditControl dialogs are shown.</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.HorizontalScrollbarOptions">
<summary>
<para>Represents the class containing options for the horizontal scrollbar.</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.HorizontalScrollbarOptions.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraRichEdit.HorizontalScrollbarOptions"/> class with default settings.</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.HyperlinkFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.HyperlinkFormShowing"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.HyperlinkFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.HyperlinkFormControllerParameters)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraRichEdit.HyperlinkFormShowingEventArgs"/> class with the specified information for initializing the dialog controls.</para>
</summary>
<param name="controllerParameters">A DevExpress.XtraRichEdit.Forms.HyperlinkFormControllerParameters object containing information to be displayed in the form.</param>
</member>
<member name="P:DevExpress.XtraRichEdit.HyperlinkFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Edit Hyperlink dialog controls.</para>
</summary>
<value>A DevExpress.XtraRichEdit.Forms.HyperlinkFormControllerParameters object containing information to be displayed in the form.</value>
</member>
<member name="T:DevExpress.XtraRichEdit.HyperlinkFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.HyperlinkFormShowing"/> event.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.XtraRichEdit.HyperlinkFormShowingEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraRichEdit.HyphenationFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.HyphenationFormShowing"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.HyphenationFormShowingEventArgs.#ctor(System.Windows.Forms.IWin32Window,DevExpress.XtraRichEdit.Forms.HyphenationInfo)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraRichEdit.HyphenationFormShowingEventArgs"/> class with the specified information for initializing the dialog controls.</para>
</summary>
<param name="parent">An IWin32Window object.</param>
<param name="hyphenationInfo">An information about hyphenation options.</param>
</member>
<member name="P:DevExpress.XtraRichEdit.HyphenationFormShowingEventArgs.HyphenationInfo">
<summary>
<para>Provides access to the hyphenation information.</para>
</summary>
<value>An object containing the hyphenation information.</value>
</member>
<member name="T:DevExpress.XtraRichEdit.HyphenationFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.HyphenationFormShowing"/> event.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.XtraRichEdit.HyphenationFormShowingEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraRichEdit.ImeCloseStatus">
<summary>
<para>Lists possible results of finalizing the input and closing the input method editor window.</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.ImeCloseStatus.ImeCompositionCancel">
<summary>
<para>Composition string in the input method editor is discarded.</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.ImeCloseStatus.ImeCompositionComplete">
<summary>
<para>The composition string is used as the result string to insert in the document.</para>
</summary>
</member>
<member name="N:DevExpress.XtraRichEdit.Import">
<summary>
<para>Contains interfaces and classes specific for document import.</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.Import.RichTextEditDocumentImportOptions">
<summary>
<para>Contains options used for loading (importing) documents from the <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit"/> control.</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Import.RichTextEditDocumentImportOptions.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraRichEdit.Import.RichTextEditDocumentImportOptions"/> class with the default settings.</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.InsertMergeFieldFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.InsertMergeFieldFormShowing"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.InsertMergeFieldFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.InsertMergeFieldFormControllerParameters)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraRichEdit.InsertMergeFieldFormShowingEventArgs"/> class with the specified information for initializing the dialog controls.</para>
</summary>
<param name="controllerParameters">A DevExpress.XtraRichEdit.Forms.InsertMergeFieldFormControllerParameters object containing information to be displayed in the form.</param>
</member>
<member name="P:DevExpress.XtraRichEdit.InsertMergeFieldFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Insert Merge Field dialog controls.</para>
</summary>
<value>A DevExpress.XtraRichEdit.Forms.InsertMergeFieldFormControllerParameters object containing information to be displayed in the form.</value>
</member>
<member name="T:DevExpress.XtraRichEdit.InsertMergeFieldFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.InsertMergeFieldFormShowing"/> event.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.XtraRichEdit.InsertMergeFieldFormShowingEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraRichEdit.InsertTableCellsFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.InsertTableCellsFormShowing"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.InsertTableCellsFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.InsertTableCellsFormControllerParameters)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraRichEdit.InsertTableCellsFormShowingEventArgs"/> class with the specified information for initializing the dialog controls.</para>
</summary>
<param name="controllerParameters">A DevExpress.XtraRichEdit.Forms.InsertTableCellsFormControllerParameters object containing information to be displayed in the form.</param>
</member>
<member name="P:DevExpress.XtraRichEdit.InsertTableCellsFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Insert Cells dialog controls.</para>
</summary>
<value>A DevExpress.XtraRichEdit.Forms.InsertTableCellsFormControllerParameters object containing information to be displayed in the form.</value>
</member>
<member name="T:DevExpress.XtraRichEdit.InsertTableCellsFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.InsertTableCellsFormShowing"/> event.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.XtraRichEdit.InsertTableCellsFormShowingEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraRichEdit.InsertTableFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.InsertTableFormShowing"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.InsertTableFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.InsertTableFormControllerParameters)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraRichEdit.InsertTableFormShowingEventArgs"/> class with the specified information for initializing the dialog controls.</para>
</summary>
<param name="controllerParameters">A DevExpress.XtraRichEdit.Forms.InsertTableFormControllerParameters object containing information to be displayed in the form.</param>
</member>
<member name="P:DevExpress.XtraRichEdit.InsertTableFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Insert Table dialog controls.</para>
</summary>
<value>A DevExpress.XtraRichEdit.Forms.InsertTableFormControllerParameters object containing information to be displayed in the form.</value>
</member>
<member name="T:DevExpress.XtraRichEdit.InsertTableFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.InsertTableFormShowing"/> event.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.XtraRichEdit.InsertTableFormShowingEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraRichEdit.LineNumberingFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.LineNumberingFormShowing"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.LineNumberingFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.LineNumberingFormControllerParameters)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraRichEdit.LineNumberingFormShowingEventArgs"/> class with the specified information for initializing the dialog controls.</para>
</summary>
<param name="controllerParameters">A DevExpress.XtraRichEdit.Forms.LineNumberingFormControllerParameters object containing information to be displayed in the form.</param>
</member>
<member name="P:DevExpress.XtraRichEdit.LineNumberingFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Line Numbers dialog controls.</para>
</summary>
<value>A DevExpress.XtraRichEdit.Forms.LineNumberingFormControllerParameters object containing information to be displayed in the form.</value>
</member>
<member name="T:DevExpress.XtraRichEdit.LineNumberingFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.LineNumberingFormShowing"/> event.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.XtraRichEdit.LineNumberingFormShowingEventArgs"/> object which contains event data.</param>
</member>
<member name="N:DevExpress.XtraRichEdit.Menu">
<summary>
<para>Contains classes that are used to implement context menus in a RichEdit control.</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.Menu.RichEditPopupMenu">
<summary>
<para>Represents a popup (context) menu of the RichEditControl.</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Menu.RichEditPopupMenu.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraRichEdit.Menu.RichEditPopupMenu"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Menu.RichEditPopupMenu.#ctor(System.EventHandler)">
<summary>