Back to Devexpress

FieldInfo.Name Property

corelibraries-devexpress-dot-dataaccess-dot-excel-dot-fieldinfo.md

latest1.1 KB
Original Source

FieldInfo.Name Property

Gets or sets the name of the data source field.

Namespace : DevExpress.DataAccess.Excel

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public string Name { get; set; }
vb
Public Property Name As String

Property Value

TypeDescription
String

A String that specifies the name of the data source field.

|

See Also

Type

FieldInfo Class

FieldInfo Members

DevExpress.DataAccess.Excel Namespace