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

CreateCustomGridViewDataColumnEventArgs(IModelColumn) Constructor

Initializes a new instance of the CreateCustomGridViewDataColumnEventArgs class.

Namespace: DevExpress.ExpressApp.Web.Editors.ASPx

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

Declaration

public CreateCustomGridViewDataColumnEventArgs(
    IModelColumn modelColumn
)

Parameters

Name Type Description
modelColumn IModelColumn

An IModelColumn object that specifies the Application Model settings of the column.

See Also