ColumnCreatedEventArgs.ColumnInfo Property
In This Article
Provides access to the Application Model‘s node which contains information on the created column.
Namespace: DevExpress.ExpressApp.Win.Editors
Assembly: DevExpress.ExpressApp.Win.v24.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
#Declaration
public IModelColumn ColumnInfo { get; set; }
#Property Value
Type | Description |
---|---|
IModel |
An IModel |
See Also