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

CustomizeGridViewDataColumnEventArgs.ModelColumn Property

Gets the Application Model settings of the column.

Namespace: DevExpress.ExpressApp.Web.Editors.ASPx

Assembly: DevExpress.ExpressApp.Web.v19.1.dll

Declaration

public IModelColumn ModelColumn { get; }

Property Value

Type Description
IModelColumn

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

See Also