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

LayoutViewField.FieldName Property

Gets or sets the name of the field represented by the current LayoutViewField object.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[DXCategory("Data")]
[DefaultValue("")]
public string FieldName { get; set; }

Property Value

Type Default Description
String String.Empty

A string that represents the name of a corresponding data field.

Remarks

This property is synchronized with the GridColumn.FieldName property of a corresponding column object. To access this column, use the LayoutViewField.Column property.

See Also