Back to Devexpress

ColumnsSetupFormShowingEventArgs Class

windowsforms-devexpress-dot-xtrarichedit-b45fe65e.md

latest2.7 KB
Original Source

ColumnsSetupFormShowingEventArgs Class

Provides data for the RichEditControl.ColumnsSetupFormShowing event.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
public class ColumnsSetupFormShowingEventArgs :
    FormShowingEventArgs
vb
Public Class ColumnsSetupFormShowingEventArgs
    Inherits FormShowingEventArgs

ColumnsSetupFormShowingEventArgs is the data class for the following events:

Remarks

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.

Inheritance

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

DevExpress.XtraRichEdit Namespace