ColumnBase.Name Property
In This Article
Gets or sets the column’s name.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#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