FormatConditionCollection.Item[String] Property
In This Article
Gets a list of conditional formats applied to the specified column.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public IReadOnlyList<FormatConditionBase> this[string fieldName] { get; }
#Parameters
Name | Type | Description |
---|---|---|
field |
String | The column’s field name. |
#Property Value
Type | Description |
---|---|
IRead |
A list of conditional formats applied to the column. |
See Also