BaseColumn.Name Property
In This Article
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