Skip to main content
A newer version of this page is available. .

WinColumnsListEditor.CreateCustomColumn Event

For internal use.

Namespace: DevExpress.ExpressApp.Win.Editors

Assembly: DevExpress.ExpressApp.Win.v18.2.dll

Declaration

[Browsable(false)]
public event EventHandler<CreateCustomColumnEventArgs> CreateCustomColumn

Event Data

The CreateCustomColumn event's data class is DevExpress.ExpressApp.Win.Editors.CreateCustomColumnEventArgs.

See Also