FormatConditionCollection.GetInfoByFieldName(String) Method
In This Article
For internal use.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
[Browsable(false)]
public IList<FormatConditionBaseInfo> GetInfoByFieldName(
string fieldName
)
#Parameters
Name | Type | Description |
---|---|---|
field |
String | A string which is the name of a field. |
#Returns
Type |
---|
IList<DevExpress. |
See Also