Back to Devexpress

LayoutViewColumnCollection.ColumnByFieldName(String) Method

windowsforms-devexpress-dot-xtragrid-dot-columns-dot-layoutviewcolumncollection-dot-columnbyfieldname-x28-system-dot-string-x29.md

latest2.3 KB
Original Source

LayoutViewColumnCollection.ColumnByFieldName(String) Method

Returns a column by the name of the field to which it is bound.

Namespace : DevExpress.XtraGrid.Columns

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public LayoutViewColumn ColumnByFieldName(
    string fieldName
)
vb
Public Function ColumnByFieldName(
    fieldName As String
) As LayoutViewColumn

Parameters

NameTypeDescription
fieldNameString

A String value specifying the field name.

|

Returns

TypeDescription
LayoutViewColumn

A LayoutViewColumn object representing a column bound to the data source field with the specified name. null ( Nothing in Visual Basic) if no column is found.

|

Remarks

This method is equivalent to the GridColumnCollection.ColumnByFieldName method. See this link for more details.

See Also

ColumnByFieldName(String)

ColumnByName(String)

LayoutViewColumnCollection Class

LayoutViewColumnCollection Members

DevExpress.XtraGrid.Columns Namespace