windowsforms-devexpress-dot-xtrarichedit-b45fe65e.md
Provides data for the RichEditControl.ColumnsSetupFormShowing event.
Namespace : DevExpress.XtraRichEdit
Assembly : DevExpress.XtraRichEdit.v25.2.dll
NuGet Package : DevExpress.Win.RichEdit
public class ColumnsSetupFormShowingEventArgs :
FormShowingEventArgs
Public Class ColumnsSetupFormShowingEventArgs
Inherits FormShowingEventArgs
ColumnsSetupFormShowingEventArgs is the data class for the following events:
The RichEditControl.ColumnsSetupFormShowing event occurs before the Columns dialog is invoked. The ColumnsSetupFormShowingEventArgs class introduces the ColumnsSetupFormShowingEventArgs.ControllerParameters property, that specifies the information to be displayed in the dialog.
Note, that ColumnsSetupFormShowingEventArgs objects are automatically created, initialized and passed to the RichEditControl.ColumnsSetupFormShowing event handlers.
Object EventArgs ShowFormEventArgs FormShowingEventArgs ColumnsSetupFormShowingEventArgs
See Also
ColumnsSetupFormShowingEventArgs Members
How to: Customize the Hyperlink Form
How to: Customize the Find and Replace Dialog in Rich Text Editor for WinForms