Skip to main content

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

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[DefaultValue("")]
[DXCategory("Data")]
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