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

FormatConditionCollection.GetInfoByFieldName(String) Method

For internal use.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v19.2.dll

Declaration

[Browsable(false)]
public IList<FormatConditionBaseInfo> GetInfoByFieldName(
    string fieldName
)

Parameters

Name Type Description
fieldName String

A string which is the name of a field.

Returns

Type
IList<DevExpress.Xpf.Core.ConditionalFormatting.Native.FormatConditionBaseInfo>
See Also