Skip to main content

SelectColumnExpression.Name Property

An original column name.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

[DefaultValue(null)]
public string Name { get; set; }

Property Value

Type Default Description
String null

A String that is the column name.

Remarks

The Name property value is the original column name in the data source. You can hide it by specifying an alias. When the SelectColumnExpression.Alias is not specified, the SelectColumnExpression.ActualName property returns the Name property value.

See Also