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

FormatConditionBase.FieldName Property

Specifies the data source field name of the column to which to apply the conditional format. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type Description
String

The data source field name.

See Also