Back to Devexpress

CustomSummaryEventArgs.GetValue(String) Method

corelibraries-devexpress-dot-data-dot-customsummaryeventargs-dot-getvalue-x28-system-dot-string-x29.md

latest1.3 KB
Original Source

CustomSummaryEventArgs.GetValue(String) Method

Returns the value in the specified field

Namespace : DevExpress.Data

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public object GetValue(
    string fieldName
)
vb
Public Function GetValue(
    fieldName As String
) As Object

Parameters

NameTypeDescription
fieldNameString

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

|

Returns

TypeDescription
Object

An object that represents the value of the specified field.

|

See Also

CustomSummaryEventArgs Class

CustomSummaryEventArgs Members

DevExpress.Data Namespace