Skip to main content

IRichEditControl.ShowColumnsSetupForm(ColumnsInfoUI, ShowColumnsSetupFormCallback, Object) Method

For internal use. Invokes the column setup form.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v14.2.Core.dll

Declaration

void ShowColumnsSetupForm(
    ColumnsInfoUI properties,
    ShowColumnsSetupFormCallback callback,
    object callbackData
)
Sub ShowColumnsSetupForm(
    properties As ColumnsInfoUI,
    callback As ShowColumnsSetupFormCallback,
    callbackData As Object
)

Parameters

Name Type
properties DevExpress.XtraRichEdit.Forms.ColumnsInfoUI
callback DevExpress.XtraRichEdit.ShowColumnsSetupFormCallback
callbackData Object
See Also