Skip to main content

CustomSummaryEventArgs.GetValue(String) Method

Returns the value in the specified field.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

#Declaration

public object GetValue(
    string fieldName
)

#Parameters

Name Type Description
fieldName String

A string that identifies the field whose value must be returned.

#Returns

Type Description
Object

An object that represents the value of the specified field.

#Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

See Also