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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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