Skip to main content
.NET 6.0+

ColumnCreatedEventArgs Class

Represents arguments passed to the WinColumnsListEditor.ColumnCreated event.

Namespace: DevExpress.ExpressApp.Win.Editors

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

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public class ColumnCreatedEventArgs :
    EventArgs

Remarks

The WinColumnsListEditor.ColumnCreated event occurs after a column has been created in the GridListEditor‘s GridListEditor.GridView.

Inheritance

Object
EventArgs
ColumnCreatedEventArgs
See Also