Skip to main content

ColumnBase.FieldName Property

Gets the name of the database field assigned to this column. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

[DefaultValue("")]
[GridSerializeAlwaysProperty]
[XtraResetProperty(ResetPropertyMode.None)]
[XtraSerializableProperty]
public virtual string FieldName { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the name of a data field.

See Also