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

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.v18.2.dll

Declaration

[DefaultValue("")]
[XtraSerializableProperty]
[XtraResetProperty(ResetPropertyMode.None)]
[GridSerializeAlwaysProperty]
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