FormatConditionCollection.GetInfoByFieldName(String) Method
For internal use.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v25.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
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