Skip to main content

BaseColumn.Name Property

Gets or sets the column name.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

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

#Property Value

Type Description
String

A string that specifies the column name.

See Also