Skip to main content

Column.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

public override string ActualName { get; }

Property Value

Type Description
String

A String value, identifying the column.

See Also