Skip to main content
A newer version of this page is available. .

ColumnBase.FieldName Property

Gets the name of the database field assigned to this column. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP("", Handler = "OnFieldNameChanged")]
public string FieldName { get; set; }

Property Value

Type Description
String

A String value that specifies the name of a data field.

See Also