Skip to main content
A newer version of this page is available. .

ColumnBase.Name Property

Gets or sets the column’s name.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Declaration

[XtraSerializableProperty]
[XtraResetProperty(ResetPropertyMode.None)]
[GridStoreAlwaysProperty]
public string Name { get; set; }

Property Value

Type Description
String

A String value that specifies the column’s name.

Remarks

The Name property uniquely identifies a column, so that it can be accessed from code-behind or general code.

See Also