Skip to main content
All docs
V24.2

NodeCellValidationArgs.FieldName Property

Gets the column’s field name.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v24.2.dll

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

#Declaration

public string FieldName { get; set; }

#Property Value

Type Description
String

The column’s field name.

See Also