ColumnInfo.ActualName Property
Returns a string identifier of a data column.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Property Value
Type | Description |
---|---|
String | A String value, identifying the column. |
Remarks
To determine whether a column is referred to by its ColumnInfo.Name or its ColumnInfo.Alias, use the ColumnInfo.HasAlias property.
See Also