Back to Devexpress

CreateCustomReportDesignRepositoryItemEventArgs.DataColumnInfo Property

expressappframework-devexpress-dot-expressapp-dot-reportsv2-dot-win-dot-createcustomreportdesignrepositoryitemeventargs-2ebff9cf.md

latest1.5 KB
Original Source

CreateCustomReportDesignRepositoryItemEventArgs.DataColumnInfo Property

Gets information on the data column.

Namespace : DevExpress.ExpressApp.ReportsV2.Win

Assembly : DevExpress.ExpressApp.ReportsV2.Win.v25.2.dll

NuGet Package : DevExpress.ExpressApp.ReportsV2.Win

Declaration

csharp
public DataColumnInfo DataColumnInfo { get; }
vb
Public ReadOnly Property DataColumnInfo As DataColumnInfo

Property Value

TypeDescription
DevExpress.Data.DataColumnInfo

A DevExpress.Data.DataColumnInfo object containing information on the data column.

|

See Also

CreateCustomReportDesignRepositoryItemEventArgs Class

CreateCustomReportDesignRepositoryItemEventArgs Members

DevExpress.ExpressApp.ReportsV2.Win Namespace