Skip to main content

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.v23.2.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