Skip to main content

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