CustomizeGridViewDataColumnEventArgs.ModelColumn Property
In This Article
Gets the Application Model settings of the column.
Namespace: DevExpress.ExpressApp.Web.Editors.ASPx
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
#Declaration
public IModelColumn ModelColumn { get; }
#Property Value
Type | Description |
---|---|
IModel |
An IModel |
See Also