Back to Devexpress

LayoutViewField.FieldName Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewfield-c6f909d8.md

latest2.0 KB
Original Source

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

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

Declaration

csharp
[DefaultValue("")]
[DXCategory("Data")]
public string FieldName { get; set; }
vb
<DXCategory("Data")>
<DefaultValue("")>
Public Property FieldName As String

Property Value

TypeDefaultDescription
StringString.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

Column

FieldName

LayoutViewField Class

LayoutViewField Members

DevExpress.XtraGrid.Views.Layout Namespace