FormatConditionCollection.GetInfoByFieldName(String) Method
In This Article
For internal use.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public IList<FormatConditionBaseInfo> GetInfoByFieldName(
string fieldName
)
#Parameters
Name | Type | Description |
---|---|---|
field |
String | A string that specifies the column field name. |
#Returns
Type | Description |
---|---|
IList<DevExpress. |
The IList |
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
See Also